Home | History | Annotate | Download | only in src

Lines Matching refs:catch_exceptions_

156     catch_exceptions_ = GTEST_FLAG(catch_exceptions);
177 GTEST_FLAG(catch_exceptions) = catch_exceptions_;
197 bool catch_exceptions_;
785 bool catch_exceptions() const { return catch_exceptions_; }
792 void set_catch_exceptions(bool value) { catch_exceptions_ = value; }
898 bool catch_exceptions_;