Searched refs:set_outcome (Results 1 - 7 of 7) sorted by relevance

/external/protobuf/gtest/src/
H A Dgtest-death-test.cc333 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } function in class:testing::internal::DeathTestImpl
385 set_outcome(DIED);
389 set_outcome(RETURNED);
392 set_outcome(LIVED);
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-death-test.cc384 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } function in class:testing::internal::DeathTestImpl
436 set_outcome(DIED);
440 set_outcome(RETURNED);
443 set_outcome(THREW);
446 set_outcome(LIVED);
/external/gtest/src/
H A Dgtest-death-test.cc386 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } function in class:testing::internal::DeathTestImpl
438 set_outcome(DIED);
442 set_outcome(RETURNED);
445 set_outcome(THREW);
448 set_outcome(LIVED);
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc349 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } function in class:testing::internal::DeathTestImpl
401 set_outcome(DIED);
405 set_outcome(RETURNED);
408 set_outcome(THREW);
411 set_outcome(LIVED);
/external/mesa3d/src/gtest/src/
H A Dgtest-death-test.cc346 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } function in class:testing::internal::DeathTestImpl
398 set_outcome(DIED);
402 set_outcome(RETURNED);
405 set_outcome(THREW);
408 set_outcome(LIVED);
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc6880 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; }
6932 set_outcome(DIED);
6936 set_outcome(RETURNED);
6939 set_outcome(THREW);
6942 set_outcome(LIVED);
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc6372 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; }
6424 set_outcome(DIED);
6428 set_outcome(RETURNED);
6431 set_outcome(LIVED);

Completed in 117 milliseconds