Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h162 catch_exceptions_ = GTEST_FLAG(catch_exceptions); in GTestFlagSaver()
184 GTEST_FLAG(catch_exceptions) = catch_exceptions_; in ~GTestFlagSaver()
206 bool catch_exceptions_; variable
828 bool catch_exceptions() const { return catch_exceptions_; } in catch_exceptions()
835 void set_catch_exceptions(bool value) { catch_exceptions_ = value; } in set_catch_exceptions()
943 bool catch_exceptions_; variable
H A Dgtest.cc5024 catch_exceptions_(false) { in UnitTestImpl()