Searched refs:DeathTestOutcome (Results 1 – 7 of 7) sorted by relevance
/external/protobuf/gtest/src/ |
D | gtest-death-test.cc | 193 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/ |
D | gtest-death-test.cc | 206 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/ |
D | gtest-death-test.cc | 206 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/ |
D | gtest-death-test.cc | 244 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/ |
D | gtest-death-test.cc | 244 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/ |
D | gtest-all.cc | 6232 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/ |
D | gtest-all.cc | 6738 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_;
|