Searched refs:outcome_ (Results 1 – 3 of 3) sorted by relevance
411 outcome_(IN_PROGRESS), in DeathTestImpl()426 DeathTestOutcome outcome() const { return outcome_; } in outcome()427 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } in set_outcome()453 DeathTestOutcome outcome_; member in testing::internal::DeathTestImpl
407 outcome_(IN_PROGRESS), in DeathTestImpl()422 DeathTestOutcome outcome() const { return outcome_; } in outcome()423 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } in set_outcome()449 DeathTestOutcome outcome_; member in testing::internal::DeathTestImpl
404 outcome_(IN_PROGRESS), in DeathTestImpl()419 DeathTestOutcome outcome() const { return outcome_; } in outcome()420 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } in set_outcome()446 DeathTestOutcome outcome_; member in testing::internal::DeathTestImpl