Searched refs:ReturnSentinel (Results 1 – 10 of 10) sorted by relevance
82 class ReturnSentinel {84 explicit ReturnSentinel(DeathTest* test) : test_(test) { } in ReturnSentinel() function85 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); } in ~ReturnSentinel()88 GTEST_DISALLOW_COPY_AND_ASSIGN(ReturnSentinel);167 ::testing::internal::DeathTest::ReturnSentinel \
83 class ReturnSentinel {85 explicit ReturnSentinel(DeathTest* test) : test_(test) { } in ReturnSentinel() function86 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); } in ~ReturnSentinel()89 GTEST_DISALLOW_COPY_AND_ASSIGN_(ReturnSentinel);173 ::testing::internal::DeathTest::ReturnSentinel \
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 \
8242 class ReturnSentinel {8244 explicit ReturnSentinel(DeathTest* test) : test_(test) { }8245 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); }8248 GTEST_DISALLOW_COPY_AND_ASSIGN_(ReturnSentinel);8361 ::testing::internal::DeathTest::ReturnSentinel \