Searched refs:catch_exceptions_ (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/googletest/googletest/src/
H A Dgtest-internal-inl.h168 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
189 GTEST_FLAG(catch_exceptions) = catch_exceptions_;
210 bool catch_exceptions_; member in class:testing::internal::GTestFlagSaver
803 bool catch_exceptions() const { return catch_exceptions_; }
810 void set_catch_exceptions(bool value) { catch_exceptions_ = value; }
920 bool catch_exceptions_; member in class:testing::internal::UnitTestImpl
H A Dgtest.cc4353 catch_exceptions_(false) { function in namespace:testing::internal

Completed in 34 milliseconds