Home
last modified time | relevance | path

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

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