Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc278 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enum
419 DeathTestOutcome outcome() const { return outcome_; } in outcome()
420 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } in set_outcome()
446 DeathTestOutcome outcome_;