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

/xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
H A Dgtest-death-test.cc254 // AbortReason, DeathTestOutcome, and flag characters above.
255 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enum in namespace:testing::internal
396 DeathTestOutcome outcome() const { return outcome_; }
397 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; }
421 DeathTestOutcome outcome_;
/xsrc/external/mit/MesaLib/dist/src/gtest/src/
H A Dgtest-death-test.cc278 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enum in namespace:testing::internal
419 DeathTestOutcome outcome() const { return outcome_; }
420 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; }
446 DeathTestOutcome outcome_;

Completed in 6 milliseconds