Home | History | Annotate | Download | only in src

Lines Matching defs:catch_exceptions

86 const char kCatchExceptionsFlag[] = "catch_exceptions";
156 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
177 GTEST_FLAG(catch_exceptions) = catch_exceptions_;
782 // Returns the value of GTEST_FLAG(catch_exceptions) at the moment
784 bool catch_exceptions() const { return catch_exceptions_; }
790 // GTEST_FLAG(catch_exceptions) at the moment it starts.
895 // The value of GTEST_FLAG(catch_exceptions) at the moment RunAllTests()