Home | History | Annotate | Download | only in src

Lines Matching refs:catch_exceptions_

167     catch_exceptions_ = GTEST_FLAG(catch_exceptions);
188 GTEST_FLAG(catch_exceptions) = catch_exceptions_;
209 bool catch_exceptions_;
812 bool catch_exceptions() const { return catch_exceptions_; }
819 void set_catch_exceptions(bool value) { catch_exceptions_ = value; }
929 bool catch_exceptions_;