Searched refs:ReturnSentinel (Results 1 – 1 of 1) sorted by relevance
115 class ReturnSentinel {117 explicit ReturnSentinel(DeathTest* test) : test_(test) {} in ReturnSentinel() function118 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); } in ~ReturnSentinel()122 ReturnSentinel(const ReturnSentinel&) = delete;123 ReturnSentinel& operator=(const ReturnSentinel&) = delete;240 const ::testing::internal::DeathTest::ReturnSentinel gtest_sentinel( \