Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc1218 void set_catch_exceptions(bool value) { catch_exceptions_ = value; } in set_catch_exceptions() function in testing::internal::UnitTestImpl
6201 impl()->set_catch_exceptions(GTEST_FLAG(catch_exceptions)); in Run()