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

/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h85 class ReturnSentinel { class in class:testing::internal::DeathTest
87 explicit ReturnSentinel(DeathTest* test) : test_(test) { } function in class:testing::internal::DeathTest::ReturnSentinel
88 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); }
91 GTEST_DISALLOW_COPY_AND_ASSIGN_(ReturnSentinel);
204 ::testing::internal::DeathTest::ReturnSentinel \

Completed in 5 milliseconds