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