Home
last modified time | relevance | path

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

/external/protobuf/gtest/src/
Dgtest-death-test.cc193 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED }; enum
332 DeathTestOutcome outcome() const { return outcome_; } in outcome()
333 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } in set_outcome()
357 DeathTestOutcome outcome_;
/external/mesa3d/src/gtest/src/
Dgtest-death-test.cc206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enum
345 DeathTestOutcome outcome() const { return outcome_; } in outcome()
346 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } in set_outcome()
370 DeathTestOutcome outcome_;
/external/llvm/utils/unittest/googletest/src/
Dgtest-death-test.cc206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enum
348 DeathTestOutcome outcome() const { return outcome_; } in outcome()
349 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } in set_outcome()
373 DeathTestOutcome outcome_;
/external/google-breakpad/src/testing/gtest/src/
Dgtest-death-test.cc244 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enum
383 DeathTestOutcome outcome() const { return outcome_; } in outcome()
384 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } in set_outcome()
408 DeathTestOutcome outcome_;
/external/gtest/src/
Dgtest-death-test.cc244 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enum
385 DeathTestOutcome outcome() const { return outcome_; } in outcome()
386 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } in set_outcome()
410 DeathTestOutcome outcome_;
/external/protobuf/gtest/fused-src/gtest/
Dgtest-all.cc6232 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED }; enum
6371 DeathTestOutcome outcome() const { return outcome_; } in outcome()
6372 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } in set_outcome()
6396 DeathTestOutcome outcome_;
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-all.cc6738 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enum
6879 DeathTestOutcome outcome() const { return outcome_; } in outcome()
6880 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } in set_outcome()
6904 DeathTestOutcome outcome_;