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

/external/protobuf/gtest/src/
H A Dgtest-death-test.cc333 void set_outcome(DeathTestOutcome outcome) { outcome_ = outcome; } function in class:testing::internal::DeathTestImpl
385 set_outcome(DIED);
389 set_outcome(RETURNED);
392 set_outcome(LIVED);
/external/chromium_org/testing/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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/libvpx/source/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/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);

Completed in 262 milliseconds