Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/src/
Dgtest-internal-inl.h813 void set_catch_exceptions(bool value) { catch_exceptions_ = value; } in set_catch_exceptions() function
Dgtest.cc3788 impl()->set_catch_exceptions(GTEST_FLAG(catch_exceptions)); in Run()