| Home | Sort by: relevance | last modified time | path |
| /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 |