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

/ndk/sources/third_party/googletest/googletest/src/
H A Dgtest-internal-inl.h91 const char kCatchExceptionsFlag[] = "catch_exceptions";
167 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
188 GTEST_FLAG(catch_exceptions) = catch_exceptions_;
804 // Returns the value of GTEST_FLAG(catch_exceptions) at the moment
806 bool catch_exceptions() const { return catch_exceptions_; } function in class:testing::internal::UnitTestImpl
812 // GTEST_FLAG(catch_exceptions) at the moment it starts.
921 // The value of GTEST_FLAG(catch_exceptions) at the moment RunAllTests()
/ndk/sources/third_party/googletest/googletest/test/
H A Dgtest_unittest.cc43 || testing::GTEST_FLAG(catch_exceptions)
207 using testing::GTEST_FLAG(catch_exceptions);
1549 GTEST_FLAG(catch_exceptions) = false;
1576 EXPECT_FALSE(GTEST_FLAG(catch_exceptions));
1592 GTEST_FLAG(catch_exceptions) = true;
5292 catch_exceptions(false),
5325 static Flags CatchExceptions(bool catch_exceptions) { argument
5327 flags.catch_exceptions = catch_exceptions;
5422 bool catch_exceptions; member in struct:testing::Flags
[all...]

Completed in 293 milliseconds