Searched defs:outcome (Results 1 – 1 of 1) sorted by relevance
348 DeathTestOutcome outcome() const { return outcome_; } in outcome() function in testing::internal::DeathTestImpl349 void set_outcome(DeathTestOutcome outcome) { outcome_ = outcome; } in set_outcome()