Home
last modified time | relevance | path

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

/llvm-project/third-party/unittest/googletest/src/
H A Dgtest-internal-inl.h146 catch_exceptions_ = GTEST_FLAG_GET(catch_exceptions); in GTestFlagSaver()
172 GTEST_FLAG_SET(catch_exceptions, catch_exceptions_); in ~GTestFlagSaver()
198 bool catch_exceptions_; variable
835 bool catch_exceptions() const { return catch_exceptions_; } in catch_exceptions()
842 void set_catch_exceptions(bool value) { catch_exceptions_ = value; } in set_catch_exceptions()
958 bool catch_exceptions_; variable
H A Dgtest.cc5581 catch_exceptions_(false) { in UnitTestImpl()