Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h835 void set_catch_exceptions(bool value) { catch_exceptions_ = value; } in set_catch_exceptions() function
H A Dgtest.cc4880 impl()->set_catch_exceptions(GTEST_FLAG(catch_exceptions)); in Run()