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

/external/llvm/utils/unittest/googletest/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
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/chromium_org/testing/gtest/src/
H A Dgtest-internal-inl.h167 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
188 GTEST_FLAG(catch_exceptions) = catch_exceptions_;
209 bool catch_exceptions_; member in class:testing::internal::GTestFlagSaver
812 bool catch_exceptions() const { return catch_exceptions_; }
819 void set_catch_exceptions(bool value) { catch_exceptions_ = value; }
929 bool catch_exceptions_; member in class:testing::internal::UnitTestImpl
H A Dgtest.cc4305 catch_exceptions_(false) { function in namespace:testing::internal
/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.h167 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
188 GTEST_FLAG(catch_exceptions) = catch_exceptions_;
209 bool catch_exceptions_; member in class:testing::internal::GTestFlagSaver
812 bool catch_exceptions() const { return catch_exceptions_; }
819 void set_catch_exceptions(bool value) { catch_exceptions_ = value; }
929 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/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
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc568 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
589 GTEST_FLAG(catch_exceptions) = catch_exceptions_;
610 bool catch_exceptions_; member in class:testing::internal::GTestFlagSaver
1213 bool catch_exceptions() const { return catch_exceptions_; }
1220 void set_catch_exceptions(bool value) { catch_exceptions_ = value; }
1330 bool catch_exceptions_; member in class:testing::internal::UnitTestImpl
5513 catch_exceptions_(false) {
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc568 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
589 GTEST_FLAG(catch_exceptions) = catch_exceptions_;
610 bool catch_exceptions_; member in class:testing::internal::GTestFlagSaver
1213 bool catch_exceptions() const { return catch_exceptions_; }
1220 void set_catch_exceptions(bool value) { catch_exceptions_ = value; }
1330 bool catch_exceptions_; member in class:testing::internal::UnitTestImpl
5513 catch_exceptions_(false) {

Completed in 5167 milliseconds