Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc271 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enum
412 DeathTestOutcome outcome() const { return outcome_; } in outcome()
413 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } in set_outcome()
437 DeathTestOutcome outcome_;