Searched defs:ReturnSentinel (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h8242 class ReturnSentinel { class in class:testing::internal::DeathTest
8244 explicit ReturnSentinel(DeathTest* test) : test_(test) { } function in class:testing::internal::DeathTest::ReturnSentinel
8245 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); }
8248 GTEST_DISALLOW_COPY_AND_ASSIGN_(ReturnSentinel);
8361 ::testing::internal::DeathTest::ReturnSentinel \

Completed in 209 milliseconds