Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h115 class ReturnSentinel {
117 explicit ReturnSentinel(DeathTest* test) : test_(test) {} in ReturnSentinel() function
118 ~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( \