Home
last modified time | relevance | path

Searched refs:ReturnSentinel (Results 1 – 1 of 1) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h89 class ReturnSentinel {
91 explicit ReturnSentinel(DeathTest* test) : test_(test) { } in ReturnSentinel() function
92 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); } in ~ReturnSentinel()
95 GTEST_DISALLOW_COPY_AND_ASSIGN_(ReturnSentinel);
233 ::testing::internal::DeathTest::ReturnSentinel gtest_sentinel( \