Home | History | Annotate | Download | only in src

Lines Matching refs:catch_exceptions_

574     catch_exceptions_ = GTEST_FLAG(catch_exceptions);
596 GTEST_FLAG(catch_exceptions) = catch_exceptions_;
618 bool catch_exceptions_;
1222 bool catch_exceptions() const { return catch_exceptions_; }
1229 void set_catch_exceptions(bool value) { catch_exceptions_ = value; }
1339 bool catch_exceptions_;
5537 catch_exceptions_(false) {