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

/external/protobuf/gtest/src/
H A Dgtest-death-test.cc193 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED }; enum in namespace:testing::internal
332 DeathTestOutcome outcome() const { return outcome_; }
333 void set_outcome(DeathTestOutcome outcome) { outcome_ = outcome; }
357 DeathTestOutcome outcome_;
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest-death-test.cc157 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED }; enum in namespace:testing::internal
271 DeathTestOutcome outcome_;
/external/chromium/testing/gtest/src/
H A Dgtest-death-test.cc205 // AbortReason, DeathTestOutcome, and flag characters above.
206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enum in namespace:testing::internal
345 DeathTestOutcome outcome() const { return outcome_; }
346 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; }
370 DeathTestOutcome outcome_;
/external/gtest/src/
H A Dgtest-death-test.cc193 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED }; enum in namespace:testing::internal
348 DeathTestOutcome outcome() const { return outcome_; }
349 void set_outcome(DeathTestOutcome outcome) { outcome_ = outcome; }
363 DeathTestOutcome outcome_;
/external/llvm/utils/unittest/googletest/
H A Dgtest-death-test.cc205 // AbortReason, DeathTestOutcome, and flag characters above.
206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enum in namespace:testing::internal
345 DeathTestOutcome outcome() const { return outcome_; }
346 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; }
370 DeathTestOutcome outcome_;

Completed in 70 milliseconds