Searched refs:set_catch_exceptions (Results 1 – 1 of 1) sorted by relevance
1218 void set_catch_exceptions(bool value) { catch_exceptions_ = value; } in set_catch_exceptions() function in testing::internal::UnitTestImpl6201 impl()->set_catch_exceptions(GTEST_FLAG(catch_exceptions)); in Run()