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

/gem5/ext/googletest/googletest/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);

Completed in 8 milliseconds