Home
last modified time | relevance | path

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

/external/chromium/sdch/open-vcdiff/src/gtest/internal/
Dgtest-death-test-internal.h82 class ReturnSentinel {
84 explicit ReturnSentinel(DeathTest* test) : test_(test) { } in ReturnSentinel() function
85 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); } in ~ReturnSentinel()
88 GTEST_DISALLOW_COPY_AND_ASSIGN(ReturnSentinel);
167 ::testing::internal::DeathTest::ReturnSentinel \
/external/open-vcdiff/gtest/include/gtest/internal/
Dgtest-death-test-internal.h83 class ReturnSentinel {
85 explicit ReturnSentinel(DeathTest* test) : test_(test) { } in ReturnSentinel() function
86 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); } in ~ReturnSentinel()
89 GTEST_DISALLOW_COPY_AND_ASSIGN_(ReturnSentinel);
173 ::testing::internal::DeathTest::ReturnSentinel \
/external/protobuf/gtest/include/gtest/internal/
Dgtest-death-test-internal.h83 class ReturnSentinel {
85 explicit ReturnSentinel(DeathTest* test) : test_(test) { } in ReturnSentinel() function
86 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); } in ~ReturnSentinel()
89 GTEST_DISALLOW_COPY_AND_ASSIGN_(ReturnSentinel);
173 ::testing::internal::DeathTest::ReturnSentinel \
/external/chromium_org/testing/gtest/include/gtest/internal/
Dgtest-death-test-internal.h85 class ReturnSentinel {
87 explicit ReturnSentinel(DeathTest* test) : test_(test) { } in ReturnSentinel() function
88 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); } in ~ReturnSentinel()
91 GTEST_DISALLOW_COPY_AND_ASSIGN_(ReturnSentinel);
204 ::testing::internal::DeathTest::ReturnSentinel \
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
Dgtest-death-test-internal.h85 class ReturnSentinel {
87 explicit ReturnSentinel(DeathTest* test) : test_(test) { } in ReturnSentinel() function
88 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); } in ~ReturnSentinel()
91 GTEST_DISALLOW_COPY_AND_ASSIGN_(ReturnSentinel);
204 ::testing::internal::DeathTest::ReturnSentinel \
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-death-test-internal.h85 class ReturnSentinel {
87 explicit ReturnSentinel(DeathTest* test) : test_(test) { } in ReturnSentinel() function
88 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); } in ~ReturnSentinel()
91 GTEST_DISALLOW_COPY_AND_ASSIGN_(ReturnSentinel);
204 ::testing::internal::DeathTest::ReturnSentinel \
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-death-test-internal.h85 class ReturnSentinel {
87 explicit ReturnSentinel(DeathTest* test) : test_(test) { } in ReturnSentinel() function
88 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); } in ~ReturnSentinel()
91 GTEST_DISALLOW_COPY_AND_ASSIGN_(ReturnSentinel);
204 ::testing::internal::DeathTest::ReturnSentinel \
/external/gtest/include/gtest/internal/
Dgtest-death-test-internal.h85 class ReturnSentinel {
87 explicit ReturnSentinel(DeathTest* test) : test_(test) { } in ReturnSentinel() function
88 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); } in ~ReturnSentinel()
91 GTEST_DISALLOW_COPY_AND_ASSIGN_(ReturnSentinel);
204 ::testing::internal::DeathTest::ReturnSentinel \
/external/chromium/testing/gtest/include/gtest/internal/
Dgtest-death-test-internal.h85 class ReturnSentinel {
87 explicit ReturnSentinel(DeathTest* test) : test_(test) { } in ReturnSentinel() function
88 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); } in ~ReturnSentinel()
91 GTEST_DISALLOW_COPY_AND_ASSIGN_(ReturnSentinel);
204 ::testing::internal::DeathTest::ReturnSentinel \
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h8242 class ReturnSentinel {
8244 explicit ReturnSentinel(DeathTest* test) : test_(test) { }
8245 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); }
8248 GTEST_DISALLOW_COPY_AND_ASSIGN_(ReturnSentinel);
8361 ::testing::internal::DeathTest::ReturnSentinel \