Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc413 outcome_(IN_PROGRESS), in DeathTestImpl()
428 DeathTestOutcome outcome() const { return outcome_; } in outcome()
429 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } in set_outcome()
455 DeathTestOutcome outcome_; member in testing::internal::DeathTestImpl