Searched defs:catch_exceptions_ (Results 1 - 10 of 10) 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/chromium_org/testing/gtest/src/
H A Dgtest-internal-inl.h162 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
183 GTEST_FLAG(catch_exceptions) = catch_exceptions_;
204 bool catch_exceptions_; member in class:testing::internal::GTestFlagSaver
799 bool catch_exceptions() const { return catch_exceptions_; }
806 void set_catch_exceptions(bool value) { catch_exceptions_ = value; }
916 bool catch_exceptions_; member in class:testing::internal::UnitTestImpl
/external/chromium_org/third_party/mesa/src/src/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/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/libvpx/libvpx/third_party/googletest/src/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/mesa3d/src/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/open-vcdiff/gtest/src/
H A Dgtest-internal-inl.h136 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
156 GTEST_FLAG(catch_exceptions) = catch_exceptions_;
175 bool catch_exceptions_; member in class:testing::internal::GTestFlagSaver
/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 1358 milliseconds