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