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

/external/google-breakpad/src/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/googletest/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/libvpx/libvpx/third_party/googletest/src/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/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/swiftshader/third_party/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/v8/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/vulkan-validation-layers/tests/gtest-1.7.0/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/protobuf/gtest/fused-src/gtest/
H A Dgtest.h7438 class ReturnSentinel { class in class:testing::internal::DeathTest
7440 explicit ReturnSentinel(DeathTest* test) : test_(test) { } function in class:testing::internal::DeathTest::ReturnSentinel
7441 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); }
7444 GTEST_DISALLOW_COPY_AND_ASSIGN_(ReturnSentinel);
7528 ::testing::internal::DeathTest::ReturnSentinel \
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h8243 class ReturnSentinel { class in class:testing::internal::DeathTest
8245 explicit ReturnSentinel(DeathTest* test) : test_(test) { } function in class:testing::internal::DeathTest::ReturnSentinel
8246 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); }
8249 GTEST_DISALLOW_COPY_AND_ASSIGN_(ReturnSentinel);
8362 ::testing::internal::DeathTest::ReturnSentinel \

Completed in 1435 milliseconds