Lines Matching refs:DeathTestOutcome
243 // AbortReason, DeathTestOutcome, and flag characters above.244 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };385 DeathTestOutcome outcome() const { return outcome_; }386 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; }410 DeathTestOutcome outcome_;