Home
last modified time | relevance | path

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

/external/gtest/src/
Dgtest-death-test.cc193 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED }; enum
348 DeathTestOutcome outcome() const { return outcome_; } in outcome()
349 void set_outcome(DeathTestOutcome outcome) { outcome_ = outcome; } in set_outcome()
363 DeathTestOutcome outcome_;