Home | History | Annotate | Download | only in ceres

Lines Matching refs:catch_exceptions_

554     catch_exceptions_ = GTEST_FLAG(catch_exceptions);
575 GTEST_FLAG(catch_exceptions) = catch_exceptions_;
595 bool catch_exceptions_;
1183 bool catch_exceptions() const { return catch_exceptions_; }
1190 void set_catch_exceptions(bool value) { catch_exceptions_ = value; }
1296 bool catch_exceptions_;
5278 catch_exceptions_(false) {