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