Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h161 catch_exceptions_ = GTEST_FLAG(catch_exceptions); in GTestFlagSaver()
183 GTEST_FLAG(catch_exceptions) = catch_exceptions_; in ~GTestFlagSaver()
205 bool catch_exceptions_; variable
810 bool catch_exceptions() const { return catch_exceptions_; } in catch_exceptions()
817 void set_catch_exceptions(bool value) { catch_exceptions_ = value; } in set_catch_exceptions()
925 bool catch_exceptions_; variable
H A Dgtest.cc4952 catch_exceptions_(false) { in UnitTestImpl()