Home | History | Annotate | Download | only in src

Lines Matching defs:DeathTestOutcome

205 // AbortReason, DeathTestOutcome, and flag characters above.
206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
348 DeathTestOutcome outcome() const { return outcome_; }
349 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; }
373 DeathTestOutcome outcome_;