HomeSort by relevance Sort by last modified time
    Searched refs:catch_exceptions_ (Results 1 - 9 of 9) 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/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
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...]
  /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/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...]
  /frameworks/compile/mclinker/utils/gtest/src/
gtest-all.cpp 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 497 milliseconds