Home
last modified time | relevance | path

Searched refs:DeathTestOutcome (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc7728 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enum
7869 DeathTestOutcome outcome() const { return outcome_; } in outcome()
7870 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } in set_outcome()
7894 DeathTestOutcome outcome_;