Home | History | Annotate | Download | only in src

Lines Matching defs:DeathTestOutcome

193 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED };
332 DeathTestOutcome outcome() const { return outcome_; }
333 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; }
357 DeathTestOutcome outcome_;