Searched refs:spawned_ (Results 1 - 8 of 8) 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_org/testing/gtest/src/
H A Dgtest-death-test.cc367 spawned_(false),
381 bool spawned() const { return spawned_; }
382 void set_spawned(bool is_spawned) { spawned_ = is_spawned; }
406 bool spawned_; member in class:testing::internal::DeathTestImpl
/external/chromium_org/third_party/mesa/src/src/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.cc367 spawned_(false),
381 bool spawned() const { return spawned_; }
382 void set_spawned(bool is_spawned) { spawned_ = is_spawned; }
406 bool spawned_; member in class:testing::internal::DeathTestImpl
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc330 spawned_(false),
344 bool spawned() const { return spawned_; }
345 void set_spawned(bool is_spawned) { spawned_ = is_spawned; }
369 bool spawned_; member in class:testing::internal::DeathTestImpl
/external/mesa3d/src/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/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc6861 spawned_(false),
6875 bool spawned() const { return spawned_; }
6876 void set_spawned(bool is_spawned) { spawned_ = is_spawned; }
6900 bool spawned_;
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc6861 spawned_(false),
6875 bool spawned() const { return spawned_; }
6876 void set_spawned(bool is_spawned) { spawned_ = is_spawned; }
6900 bool spawned_;

Completed in 329 milliseconds