catch_exceptions_  574 modules/ts/src/ts_gtest.cpp     catch_exceptions_ = GTEST_FLAG(catch_exceptions);
catch_exceptions_  596 modules/ts/src/ts_gtest.cpp     GTEST_FLAG(catch_exceptions) = catch_exceptions_;
catch_exceptions_  618 modules/ts/src/ts_gtest.cpp   bool catch_exceptions_;
catch_exceptions_ 1222 modules/ts/src/ts_gtest.cpp   bool catch_exceptions() const { return catch_exceptions_; }
catch_exceptions_ 1229 modules/ts/src/ts_gtest.cpp   void set_catch_exceptions(bool value) { catch_exceptions_ = value; }
catch_exceptions_ 1339 modules/ts/src/ts_gtest.cpp   bool catch_exceptions_;