Home | History | Annotate | Download | only in src

Lines Matching defs:catch_exceptions

91 const char kCatchExceptionsFlag[] = "catch_exceptions";
167 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
188 GTEST_FLAG(catch_exceptions) = catch_exceptions_;
810 // Returns the value of GTEST_FLAG(catch_exceptions) at the moment
812 bool catch_exceptions() const { return catch_exceptions_; }
818 // GTEST_FLAG(catch_exceptions) at the moment it starts.
927 // The value of GTEST_FLAG(catch_exceptions) at the moment RunAllTests()