Searched refs:set_catch_exceptions (Results 1 - 13 of 13) sorted by relevance

/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-internal-inl.h806 void set_catch_exceptions(bool value) { catch_exceptions_ = value; } function in class:testing::internal::UnitTestImpl
H A Dgtest.cc3857 impl()->set_catch_exceptions(GTEST_FLAG(catch_exceptions));
/external/gtest/src/
H A Dgtest-internal-inl.h819 void set_catch_exceptions(bool value) { catch_exceptions_ = value; } function in class:testing::internal::UnitTestImpl
H A Dgtest.cc3885 impl()->set_catch_exceptions(GTEST_FLAG(catch_exceptions));
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h795 void set_catch_exceptions(bool value) { catch_exceptions_ = value; } function in class:testing::internal::UnitTestImpl
H A Dgtest.cc3795 impl()->set_catch_exceptions(GTEST_FLAG(catch_exceptions));
/external/mesa3d/src/gtest/src/
H A Dgtest-internal-inl.h792 void set_catch_exceptions(bool value) { catch_exceptions_ = value; } function in class:testing::internal::UnitTestImpl
H A Dgtest.cc3825 impl()->set_catch_exceptions(GTEST_FLAG(catch_exceptions));
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest-internal-inl.h819 void set_catch_exceptions(bool value) { catch_exceptions_ = value; } function in class:testing::internal::UnitTestImpl
H A Dgtest.cc3881 impl()->set_catch_exceptions(GTEST_FLAG(catch_exceptions));
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1220 void set_catch_exceptions(bool value) { catch_exceptions_ = value; } function in class:testing::internal::UnitTestImpl
5369 impl()->set_catch_exceptions(GTEST_FLAG(catch_exceptions));
/external/opencv3/modules/ts/src/
H A Dts_gtest.cpp1229 void set_catch_exceptions(bool value) { catch_exceptions_ = value; } function in class:testing::internal::UnitTestImpl
5393 impl()->set_catch_exceptions(GTEST_FLAG(catch_exceptions));
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest-all.cc1220 void set_catch_exceptions(bool value) { catch_exceptions_ = value; } function in class:testing::internal::UnitTestImpl
5369 impl()->set_catch_exceptions(GTEST_FLAG(catch_exceptions));

Completed in 1569 milliseconds