Searched defs:set_outcome (Results 1 – 2 of 2) sorted by relevance
180 : outcome_(set_outcome), cause_(set_cause), failure_description_(set_failure_description) {} in outcome_() argument
427 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } in set_outcome() function in testing::internal::DeathTestImpl