Searched refs:catch_exceptions (Results 1 – 3 of 3) sorted by relevance
162 catch_exceptions_ = GTEST_FLAG(catch_exceptions); in GTestFlagSaver()184 GTEST_FLAG(catch_exceptions) = catch_exceptions_; in ~GTestFlagSaver()828 bool catch_exceptions() const { return catch_exceptions_; } in catch_exceptions() function
222 GTEST_DEFINE_bool_(catch_exceptions,568 if (!GTEST_FLAG(catch_exceptions)) in GTestShouldProcessSEH()2466 if (internal::GetUnitTestImpl()->catch_exceptions()) { in HandleExceptionsInMethodIfSupported()4880 impl()->set_catch_exceptions(GTEST_FLAG(catch_exceptions)); in Run()4887 if (impl()->catch_exceptions() || in_death_test_child_process) { in Run()5948 >EST_FLAG(catch_exceptions)) || in ParseGoogleTestFlag()
96 GTEST_DECLARE_bool_(catch_exceptions);