Home
last modified time | relevance | path

Searched defs:outcome (Results 1 – 1 of 1) sorted by relevance

/external/gtest/src/
Dgtest-death-test.cc348 DeathTestOutcome outcome() const { return outcome_; } in outcome() function in testing::internal::DeathTestImpl
349 void set_outcome(DeathTestOutcome outcome) { outcome_ = outcome; } in set_outcome()