Home
last modified time | relevance | path

Searched refs:catch_exceptions (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/googletest/googletest/test/
H A Dgoogletest-death-test_ex_test.cc56 << (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()
H A Dgoogletest-env-var-test_.cc56 cout << GTEST_FLAG(catch_exceptions); in PrintFlag()
H A Dgtest_unittest.cc42 || 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; member
5643 GTEST_FLAG(catch_exceptions) = false; in SetUp()
[all …]
H A Dgoogletest-death-test-test.cc680 testing::GTEST_FLAG(catch_exceptions) = false; in TEST()
/freebsd-13.1/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h161 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
H A Dgtest.cc236 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 &GTEST_FLAG(catch_exceptions)) || in ParseGoogleTestFlag()
/freebsd-13.1/contrib/googletest/googletest/include/gtest/
H A Dgtest.h108 GTEST_DECLARE_bool_(catch_exceptions);