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

/xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
H A Dgtest-death-test.cc397 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } function in class:testing::internal::DeathTestImpl
449 set_outcome(DIED);
453 set_outcome(RETURNED);
456 set_outcome(THREW);
459 set_outcome(LIVED);
/xsrc/external/mit/MesaLib/dist/src/gtest/src/
H A Dgtest-death-test.cc420 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } function in class:testing::internal::DeathTestImpl
474 set_outcome(DIED);
478 set_outcome(RETURNED);
481 set_outcome(THREW);
484 set_outcome(LIVED);

Completed in 6 milliseconds