Home
last modified time | relevance | path

Searched refs:catch_exceptions_ (Results 1 – 1 of 1) 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()
609 bool catch_exceptions_; member in testing::internal::GTestFlagSaver
1211 bool catch_exceptions() const { return catch_exceptions_; } in catch_exceptions()
1218 void set_catch_exceptions(bool value) { catch_exceptions_ = value; } in set_catch_exceptions()
1326 bool catch_exceptions_; member in testing::internal::UnitTestImpl
6334 catch_exceptions_(false) { in UnitTestImpl()