Searched refs:ReturnSentinel (Results 1 – 4 of 4) sorted by relevance
94 class ReturnSentinel {96 explicit ReturnSentinel(DeathTest* test) : test_(test) {} in ReturnSentinel() function97 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); } in ~ReturnSentinel()101 ReturnSentinel(const ReturnSentinel&) = delete;102 ReturnSentinel& operator=(const ReturnSentinel&) = delete;241 const ::testing::internal::DeathTest::ReturnSentinel gtest_sentinel( \
94 class ReturnSentinel {96 explicit ReturnSentinel(DeathTest* test) : test_(test) {} in ReturnSentinel() function97 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); } in ~ReturnSentinel()101 ReturnSentinel(const ReturnSentinel&) = delete;102 ReturnSentinel& operator=(const ReturnSentinel&) = delete;241 ::testing::internal::DeathTest::ReturnSentinel gtest_sentinel( \
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( \
7065 class ReturnSentinel {7067 explicit ReturnSentinel(DeathTest* test) : test_(test) { }7068 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); }7071 GTEST_DISALLOW_COPY_AND_ASSIGN_(ReturnSentinel);7209 ::testing::internal::DeathTest::ReturnSentinel gtest_sentinel( \