Home | History | Annotate | Download | only in src

Lines Matching refs:DeathTestOutcome

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