Searched refs:ReturnSentinel (Results 1 – 1 of 1) sorted by relevance
85 class ReturnSentinel {87 explicit ReturnSentinel(DeathTest* test) : test_(test) { } in ReturnSentinel() function88 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); } in ~ReturnSentinel()91 GTEST_DISALLOW_COPY_AND_ASSIGN_(ReturnSentinel);204 ::testing::internal::DeathTest::ReturnSentinel \