Searched refs:spawned_ (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
H A Dgtest-death-test.cc378 spawned_(false),
392 bool spawned() const { return spawned_; }
393 void set_spawned(bool is_spawned) { spawned_ = is_spawned; }
417 bool spawned_; member in class:testing::internal::DeathTestImpl
/xsrc/external/mit/MesaLib/dist/src/gtest/src/
H A Dgtest-death-test.cc402 spawned_(false),
415 bool spawned() const { return spawned_; }
416 void set_spawned(bool is_spawned) { spawned_ = is_spawned; }
442 bool spawned_; member in class:testing::internal::DeathTestImpl

Completed in 5 milliseconds