Searched defs:catch_exceptions_ (Results 1 - 5 of 5) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/gtest/src/
H A Dgtest-internal-inl.h95 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
108 GTEST_FLAG(catch_exceptions) = catch_exceptions_;
120 bool catch_exceptions_; member in class:testing::internal::GTestFlagSaver
/external/chromium/testing/gtest/src/
H A Dgtest-internal-inl.h156 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
177 GTEST_FLAG(catch_exceptions) = catch_exceptions_;
197 bool catch_exceptions_; member in class:testing::internal::GTestFlagSaver
778 bool catch_exceptions() const { return catch_exceptions_; }
785 void set_catch_exceptions(bool value) { catch_exceptions_ = value; }
891 bool catch_exceptions_; member in class:testing::internal::UnitTestImpl
/external/gtest/src/
H A Dgtest-internal-inl.h156 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
177 GTEST_FLAG(catch_exceptions) = catch_exceptions_;
197 bool catch_exceptions_; member in class:testing::internal::GTestFlagSaver
785 bool catch_exceptions() const { return catch_exceptions_; }
792 void set_catch_exceptions(bool value) { catch_exceptions_ = value; }
898 bool catch_exceptions_; member in class:testing::internal::UnitTestImpl
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal-inl.h156 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
177 GTEST_FLAG(catch_exceptions) = catch_exceptions_;
197 bool catch_exceptions_; member in class:testing::internal::GTestFlagSaver
784 bool catch_exceptions() const { return catch_exceptions_; }
791 void set_catch_exceptions(bool value) { catch_exceptions_ = value; }
897 bool catch_exceptions_; member in class:testing::internal::UnitTestImpl
/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h135 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
154 GTEST_FLAG(catch_exceptions) = catch_exceptions_;
172 bool catch_exceptions_; member in class:testing::internal::GTestFlagSaver

Completed in 43 milliseconds