Home
last modified time | relevance | path

Searched refs:set_catch_exceptions (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h843 void set_catch_exceptions(bool value) { catch_exceptions_ = value; } in set_catch_exceptions() function
H A Dgtest.cc5546 impl()->set_catch_exceptions(GTEST_FLAG_GET(catch_exceptions)); in Run()