Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/googletest/googletest/test/
H A Dgoogletest-death-test_ex_test.cc56 << (GTEST_FLAG_GET(catch_exceptions) ? "enabled" : "disabled"); in TEST()
81 << (GTEST_FLAG_GET(catch_exceptions) ? "enabled" : "disabled"); in TEST()
89 GTEST_FLAG_SET(catch_exceptions, GTEST_ENABLE_CATCH_EXCEPTIONS_ != 0); in main()
H A Dgoogletest-env-var-test_.cc54 cout << GTEST_FLAG_GET(catch_exceptions); in PrintFlag()
H A Dgtest_unittest.cc42 GTEST_FLAG_GET(break_on_failure) || GTEST_FLAG_GET(catch_exceptions) || in TEST()
1603 GTEST_FLAG_SET(catch_exceptions, false); in SetUpTestSuite()
1633 EXPECT_FALSE(GTEST_FLAG_GET(catch_exceptions)); in VerifyAndModifyFlags()
1652 GTEST_FLAG_SET(catch_exceptions, true); in VerifyAndModifyFlags()
5474 catch_exceptions(false), in Flags()
5510 static Flags CatchExceptions(bool catch_exceptions) { in CatchExceptions()
5512 flags.catch_exceptions = catch_exceptions; in CatchExceptions()
5633 bool catch_exceptions; member
5657 GTEST_FLAG_SET(catch_exceptions, false); in SetUp()
5690 EXPECT_EQ(expected.catch_exceptions, GTEST_FLAG_GET(catch_exceptions)); in CheckFlags()
H A Dgoogletest-death-test-test.cc708 GTEST_FLAG_SET(catch_exceptions, false); in TEST()
/freebsd-14.2/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h146 catch_exceptions_ = GTEST_FLAG_GET(catch_exceptions); in GTestFlagSaver()
172 GTEST_FLAG_SET(catch_exceptions, catch_exceptions_); in ~GTestFlagSaver()
835 bool catch_exceptions() const { return catch_exceptions_; } in catch_exceptions() function
H A Dgtest.cc267 GTEST_DEFINE_bool_(catch_exceptions,
885 if (!GTEST_FLAG_GET(catch_exceptions) || seh_code == kCxxExceptionCode || in GTestProcessSEH()
2645 if (internal::GetUnitTestImpl()->catch_exceptions()) { in HandleExceptionsInMethodIfSupported()
5435 impl()->set_catch_exceptions(GTEST_FLAG_GET(catch_exceptions)); in Run()
5442 if (impl()->catch_exceptions() || in_death_test_child_process) { in Run()
6586 GTEST_INTERNAL_PARSE_FLAG(catch_exceptions); in ParseGoogleTestFlag()
/freebsd-14.2/contrib/googletest/googletest/include/gtest/
H A Dgtest.h90 GTEST_DECLARE_bool_(catch_exceptions);