Searched refs:catch_exceptions (Results 1 – 7 of 7) sorted by relevance
56 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled"); in TEST()82 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled"); in TEST()90 testing::GTEST_FLAG(catch_exceptions) = GTEST_ENABLE_CATCH_EXCEPTIONS_ != 0; in main()
56 cout << GTEST_FLAG(catch_exceptions); in PrintFlag()
42 || testing::GTEST_FLAG(catch_exceptions) in TEST()202 using testing::GTEST_FLAG(catch_exceptions);1564 GTEST_FLAG(catch_exceptions) = false; in SetUpTestCase()1591 EXPECT_FALSE(GTEST_FLAG(catch_exceptions)); in VerifyAndModifyFlags()1607 GTEST_FLAG(catch_exceptions) = true; in VerifyAndModifyFlags()5492 catch_exceptions(false), in Flags()5525 static Flags CatchExceptions(bool catch_exceptions) { in CatchExceptions()5527 flags.catch_exceptions = catch_exceptions; in CatchExceptions()5622 bool catch_exceptions; member5643 GTEST_FLAG(catch_exceptions) = false; in SetUp()[all …]
680 testing::GTEST_FLAG(catch_exceptions) = false; in TEST()
161 catch_exceptions_ = GTEST_FLAG(catch_exceptions); in GTestFlagSaver()183 GTEST_FLAG(catch_exceptions) = catch_exceptions_; in ~GTestFlagSaver()810 bool catch_exceptions() const { return catch_exceptions_; } in catch_exceptions() function
236 catch_exceptions,594 if (!GTEST_FLAG(catch_exceptions)) in GTestShouldProcessSEH()2491 if (internal::GetUnitTestImpl()->catch_exceptions()) { in HandleExceptionsInMethodIfSupported()4819 impl()->set_catch_exceptions(GTEST_FLAG(catch_exceptions)); in Run()4826 if (impl()->catch_exceptions() || in_death_test_child_process) { in Run()5882 >EST_FLAG(catch_exceptions)) || in ParseGoogleTestFlag()
108 GTEST_DECLARE_bool_(catch_exceptions);