Searched refs:ReturnSentinel (Results 1 – 1 of 1) sorted by relevance
93 class ReturnSentinel {95 explicit ReturnSentinel(DeathTest* test) : test_(test) { } in ReturnSentinel() function96 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); } in ~ReturnSentinel()99 GTEST_DISALLOW_COPY_AND_ASSIGN_(ReturnSentinel);237 ::testing::internal::DeathTest::ReturnSentinel gtest_sentinel( \