Searched refs:DeathTestOutcome (Results 1 – 1 of 1) sorted by relevance
244 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enum385 DeathTestOutcome outcome() const { return outcome_; } in outcome()386 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } in set_outcome()410 DeathTestOutcome outcome_;