HomeSort by relevance Sort by last modified time
    Searched refs:catch_exceptions_ (Results 1 - 12 of 12) sorted by null

  /external/chromium/testing/gtest/src/
gtest-internal-inl.h 156 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
    [all...]
gtest.cc     [all...]
  /external/gtest/src/
gtest-internal-inl.h 156 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
    [all...]
gtest.cc     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-internal-inl.h 156 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
    [all...]
gtest.cc     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal-inl.h 156 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
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/src/
gtest-internal-inl.h 95 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
108 GTEST_FLAG(catch_exceptions) = catch_exceptions_;
120 bool catch_exceptions_; member in class:testing::internal::GTestFlagSaver
    [all...]
  /external/open-vcdiff/gtest/src/
gtest-internal-inl.h 136 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
156 GTEST_FLAG(catch_exceptions) = catch_exceptions_;
175 bool catch_exceptions_; member in class:testing::internal::GTestFlagSaver
    [all...]
  /external/protobuf/gtest/src/
gtest-internal-inl.h 135 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
154 GTEST_FLAG(catch_exceptions) = catch_exceptions_;
172 bool catch_exceptions_; member in class:testing::internal::GTestFlagSaver
    [all...]
  /external/ceres-solver/internal/ceres/
gmock_gtest_all.cc 554 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
575 GTEST_FLAG(catch_exceptions) = catch_exceptions_;
595 bool catch_exceptions_; member in class:testing::internal::GTestFlagSaver
1296 bool catch_exceptions_; member in class:testing::internal::UnitTestImpl
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest.cc     [all...]

Completed in 182 milliseconds