Searched refs:AbortReason (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h102 enum AbortReason { enum in class:testing::internal::DeathTest
124 virtual void Abort(AbortReason reason) = 0;
/gem5/ext/googletest/googletest/test/
H A Dgtest-death-test_test.cc897 DeathTest::AbortReason AbortArgument(int n) const {
923 std::vector<DeathTest::AbortReason> abort_args_;
955 virtual void Abort(AbortReason reason) {
1094 // code, and is aborted with the correct AbortReason if it
1111 // correct AbortReason if it does not die.
/gem5/ext/googletest/googletest/src/
H A Dgtest-death-test.cc254 // AbortReason, DeathTestOutcome, and flag characters above.
387 void Abort(AbortReason reason);
481 void DeathTestImpl::Abort(AbortReason reason) {

Completed in 15 milliseconds