Home
last modified time | relevance | path

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

/freebsd/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()
1607 GTEST_FLAG_SET(catch_exceptions, false); in SetUpTestSuite()
1637 EXPECT_FALSE(GTEST_FLAG_GET(catch_exceptions)); in VerifyAndModifyFlags()
1656 GTEST_FLAG_SET(catch_exceptions, true); in VerifyAndModifyFlags()
5527 catch_exceptions(false), in Flags()
5563 static Flags CatchExceptions(bool catch_exceptions) { in CatchExceptions()
5565 flags.catch_exceptions = catch_exceptions; in CatchExceptions()
5686 bool catch_exceptions; member
5710 GTEST_FLAG_SET(catch_exceptions, false); in SetUp()
5743 EXPECT_EQ(expected.catch_exceptions, GTEST_FLAG_GET(catch_exceptions)); in CheckFlags()
H A Dgoogletest-death-test-test.cc712 GTEST_FLAG_SET(catch_exceptions, false); in TEST()
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h147 catch_exceptions_ = GTEST_FLAG_GET(catch_exceptions); in GTestFlagSaver()
173 GTEST_FLAG_SET(catch_exceptions, catch_exceptions_); in ~GTestFlagSaver()
826 bool catch_exceptions() const { return catch_exceptions_; } in catch_exceptions() function
H A Dgtest.cc284 GTEST_DEFINE_bool_(catch_exceptions,
923 if (!GTEST_FLAG_GET(catch_exceptions) || seh_code == kCxxExceptionCode || in GTestProcessSEH()
2698 if (internal::GetUnitTestImpl()->catch_exceptions()) { in HandleExceptionsInMethodIfSupported()
5546 impl()->set_catch_exceptions(GTEST_FLAG_GET(catch_exceptions)); in Run()
5553 if (impl()->catch_exceptions() || in_death_test_child_process) { in Run()
6761 GTEST_INTERNAL_PARSE_FLAG(catch_exceptions); in ParseGoogleTestFlag()
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h89 GTEST_DECLARE_bool_(catch_exceptions);