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

/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h83 class ReturnSentinel { class in class:testing::internal::DeathTest
85 explicit ReturnSentinel(DeathTest* test) : test_(test) { } function in class:testing::internal::DeathTest::ReturnSentinel
86 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); }
89 GTEST_DISALLOW_COPY_AND_ASSIGN_(ReturnSentinel);
173 ::testing::internal::DeathTest::ReturnSentinel \
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h85 class ReturnSentinel { class in class:testing::internal::DeathTest
87 explicit ReturnSentinel(DeathTest* test) : test_(test) { } function in class:testing::internal::DeathTest::ReturnSentinel
88 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); }
91 GTEST_DISALLOW_COPY_AND_ASSIGN_(ReturnSentinel);
204 ::testing::internal::DeathTest::ReturnSentinel \
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h85 class ReturnSentinel { class in class:testing::internal::DeathTest
87 explicit ReturnSentinel(DeathTest* test) : test_(test) { } function in class:testing::internal::DeathTest::ReturnSentinel
88 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); }
91 GTEST_DISALLOW_COPY_AND_ASSIGN_(ReturnSentinel);
204 ::testing::internal::DeathTest::ReturnSentinel \
/external/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h85 class ReturnSentinel { class in class:testing::internal::DeathTest
87 explicit ReturnSentinel(DeathTest* test) : test_(test) { } function in class:testing::internal::DeathTest::ReturnSentinel
88 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); }
91 GTEST_DISALLOW_COPY_AND_ASSIGN_(ReturnSentinel);
204 ::testing::internal::DeathTest::ReturnSentinel \
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h85 class ReturnSentinel { class in class:testing::internal::DeathTest
87 explicit ReturnSentinel(DeathTest* test) : test_(test) { } function in class:testing::internal::DeathTest::ReturnSentinel
88 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); }
91 GTEST_DISALLOW_COPY_AND_ASSIGN_(ReturnSentinel);
204 ::testing::internal::DeathTest::ReturnSentinel \
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h85 class ReturnSentinel { class in class:testing::internal::DeathTest
87 explicit ReturnSentinel(DeathTest* test) : test_(test) { } function in class:testing::internal::DeathTest::ReturnSentinel
88 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); }
91 GTEST_DISALLOW_COPY_AND_ASSIGN_(ReturnSentinel);
204 ::testing::internal::DeathTest::ReturnSentinel \
/external/chromium_org/third_party/libvpx/source/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 \
/external/libvpx/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 284 milliseconds