Home | History | Annotate | Download | only in src

Lines Matching full:catch_exceptions

86 const char kCatchExceptionsFlag[] = "catch_exceptions";
167 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
190 GTEST_FLAG(catch_exceptions) = catch_exceptions_;
786 // Returns the value of GTEST_FLAG(catch_exceptions) at the moment
788 bool catch_exceptions() const { return catch_exceptions_; }
794 // GTEST_FLAG(catch_exceptions) at the moment it starts.
899 // The value of GTEST_FLAG(catch_exceptions) at the moment RunAllTests()