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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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 49 milliseconds