Home
last modified time | relevance | path

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

/third_party/node/deps/googletest/include/gtest/internal/
Dgtest-death-test-internal.h94 class ReturnSentinel {
96 explicit ReturnSentinel(DeathTest* test) : test_(test) {} in ReturnSentinel() function
97 ~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( \
/third_party/googletest/googletest/include/gtest/internal/
Dgtest-death-test-internal.h94 class ReturnSentinel {
96 explicit ReturnSentinel(DeathTest* test) : test_(test) {} in ReturnSentinel() function
97 ~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( \
/third_party/mesa3d/src/gtest/include/gtest/internal/
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( \
/third_party/cef/tools/distrib/gtest/
Dgtest.h7065 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( \