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

/external/chromium_org/testing/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.cc4168 impl()->set_catch_exceptions(GTEST_FLAG(catch_exceptions));
/external/chromium_org/third_party/mesa/src/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/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.h791 void set_catch_exceptions(bool value) { catch_exceptions_ = value; } function in class:testing::internal::UnitTestImpl
H A Dgtest.cc3793 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/chromium_org/third_party/libvpx/source/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/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));

Completed in 1604 milliseconds