Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/test/
Dgtest-death-test_ex_test.cc57 << (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()
Dgtest_env_var_test_.cc60 cout << GTEST_FLAG(catch_exceptions); in PrintFlag()
Dgtest_unittest.cc43 || 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; member
5443 GTEST_FLAG(catch_exceptions) = false; in SetUp()
[all …]
Dgtest-death-test_test.cc687 testing::GTEST_FLAG(catch_exceptions) = false; in TEST()
/ndk/sources/third_party/googletest/googletest/src/
Dgtest-internal-inl.h167 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
Dgtest.cc196 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 &GTEST_FLAG(catch_exceptions)) || in ParseGoogleTestFlagsOnlyImpl()
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest.h95 GTEST_DECLARE_bool_(catch_exceptions);