Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc565 catch_exceptions_ = GTEST_FLAG(catch_exceptions); in GTestFlagSaver()
587 GTEST_FLAG(catch_exceptions) = catch_exceptions_; in ~GTestFlagSaver()
1211 bool catch_exceptions() const { return catch_exceptions_; } in catch_exceptions() function in testing::internal::UnitTestImpl
1692 catch_exceptions,
2050 if (!GTEST_FLAG(catch_exceptions)) in GTestShouldProcessSEH()
3932 if (internal::GetUnitTestImpl()->catch_exceptions()) { in HandleExceptionsInMethodIfSupported()
6201 impl()->set_catch_exceptions(GTEST_FLAG(catch_exceptions)); in Run()
6208 if (impl()->catch_exceptions() || in_death_test_child_process) { in Run()
7250 &GTEST_FLAG(catch_exceptions)) || in ParseGoogleTestFlag()
Dgtest.h19514 GTEST_DECLARE_bool_(catch_exceptions);