Searched defs:spawned_ (Results 1 - 4 of 4) sorted by relevance

/external/protobuf/gtest/src/
H A Dgtest-death-test.cc314 spawned_(false),
328 bool spawned() const { return spawned_; }
329 void set_spawned(bool spawned) { spawned_ = spawned; }
353 bool spawned_; member in class:testing::internal::DeathTestImpl
/external/chromium/testing/gtest/src/
H A Dgtest-death-test.cc327 spawned_(false),
341 bool spawned() const { return spawned_; }
342 void set_spawned(bool is_spawned) { spawned_ = is_spawned; }
366 bool spawned_; member in class:testing::internal::DeathTestImpl
/external/gtest/src/
H A Dgtest-death-test.cc327 spawned_(false),
341 bool spawned() const { return spawned_; }
342 void set_spawned(bool is_spawned) { spawned_ = is_spawned; }
366 bool spawned_; member in class:testing::internal::DeathTestImpl
/external/llvm/utils/unittest/googletest/
H A Dgtest-death-test.cc327 spawned_(false),
341 bool spawned() const { return spawned_; }
342 void set_spawned(bool is_spawned) { spawned_ = is_spawned; }
366 bool spawned_; member in class:testing::internal::DeathTestImpl

Completed in 133 milliseconds