Searched refs:catch_exceptions (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc492 const char kCatchExceptionsFlag[] = "catch_exceptions";
568 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
589 GTEST_FLAG(catch_exceptions) = catch_exceptions_;
1211 // Returns the value of GTEST_FLAG(catch_exceptions) at the moment
1213 bool catch_exceptions() const { return catch_exceptions_; } function in class:testing::internal::UnitTestImpl
1219 // GTEST_FLAG(catch_exceptions) at the moment it starts.
1328 // The value of GTEST_FLAG(catch_exceptions) at the moment RunAllTests()
1684 catch_exceptions,
1685 internal::BoolFromGTestEnv("catch_exceptions", true),
2009 if (!GTEST_FLAG(catch_exceptions))
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h17508 GTEST_DECLARE_bool_(catch_exceptions);

Completed in 180 milliseconds