Searched refs:catch_exceptions (Results 1 – 7 of 7) sorted by relevance
57 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled"); in TEST()83 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled"); in TEST()91 testing::GTEST_FLAG(catch_exceptions) = GTEST_ENABLE_CATCH_EXCEPTIONS_ != 0; in main()
60 cout << GTEST_FLAG(catch_exceptions); in PrintFlag()
43 || testing::GTEST_FLAG(catch_exceptions) in TEST()207 using testing::GTEST_FLAG(catch_exceptions);1549 GTEST_FLAG(catch_exceptions) = false; in SetUpTestCase()1576 EXPECT_FALSE(GTEST_FLAG(catch_exceptions)); in VerifyAndModifyFlags()1592 GTEST_FLAG(catch_exceptions) = true; in VerifyAndModifyFlags()5292 catch_exceptions(false), in Flags()5325 static Flags CatchExceptions(bool catch_exceptions) { in CatchExceptions()5327 flags.catch_exceptions = catch_exceptions; in CatchExceptions()5422 bool catch_exceptions; member5443 GTEST_FLAG(catch_exceptions) = false; in SetUp()[all …]
687 testing::GTEST_FLAG(catch_exceptions) = false; in TEST()
167 catch_exceptions_ = GTEST_FLAG(catch_exceptions); in GTestFlagSaver()188 GTEST_FLAG(catch_exceptions) = catch_exceptions_; in ~GTestFlagSaver()806 bool catch_exceptions() const { return catch_exceptions_; } in catch_exceptions() function
196 catch_exceptions,521 if (!GTEST_FLAG(catch_exceptions)) in GTestShouldProcessSEH()2096 if (internal::GetUnitTestImpl()->catch_exceptions()) { in HandleExceptionsInMethodIfSupported()3788 impl()->set_catch_exceptions(GTEST_FLAG(catch_exceptions)); in Run()3798 if (impl()->catch_exceptions() || in_death_test_child_process) { in Run()4811 >EST_FLAG(catch_exceptions)) || in ParseGoogleTestFlagsOnlyImpl()
95 GTEST_DECLARE_bool_(catch_exceptions);