HomeSort by: relevance | last modified time | path
    Searched defs:catch_exceptions_ (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-internal-inl.h 162 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
184 GTEST_FLAG(catch_exceptions) = catch_exceptions_;
206 bool catch_exceptions_; member in class:testing::internal::GTestFlagSaver
828 bool catch_exceptions() const { return catch_exceptions_; }
835 void set_catch_exceptions(bool value) { catch_exceptions_ = value; }
943 bool catch_exceptions_; member in class:testing::internal::UnitTestImpl
gtest.cc 5024 catch_exceptions_(false) { function in namespace:testing::internal

Completed in 29 milliseconds