Searched refs:catch_exceptions (Results 1 – 2 of 2) sorted by relevance
565 catch_exceptions_ = GTEST_FLAG(catch_exceptions); in GTestFlagSaver()587 GTEST_FLAG(catch_exceptions) = catch_exceptions_; in ~GTestFlagSaver()1211 bool catch_exceptions() const { return catch_exceptions_; } in catch_exceptions() function in testing::internal::UnitTestImpl1692 catch_exceptions,2050 if (!GTEST_FLAG(catch_exceptions)) in GTestShouldProcessSEH()3932 if (internal::GetUnitTestImpl()->catch_exceptions()) { in HandleExceptionsInMethodIfSupported()6201 impl()->set_catch_exceptions(GTEST_FLAG(catch_exceptions)); in Run()6208 if (impl()->catch_exceptions() || in_death_test_child_process) { in Run()7250 >EST_FLAG(catch_exceptions)) || in ParseGoogleTestFlag()
19514 GTEST_DECLARE_bool_(catch_exceptions);