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

/external/chromium/testing/gtest/src/
H A Dgtest-internal-inl.h86 const char kCatchExceptionsFlag[] = "catch_exceptions";
156 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
177 GTEST_FLAG(catch_exceptions) = catch_exceptions_;
776 // Returns the value of GTEST_FLAG(catch_exceptions) at the moment
778 bool catch_exceptions() const { return catch_exceptions_; } function in class:testing::internal::UnitTestImpl
784 // GTEST_FLAG(catch_exceptions) at the moment it starts.
889 // The value of GTEST_FLAG(catch_exceptions) at the moment RunAllTests()
/external/gtest/src/
H A Dgtest-internal-inl.h86 const char kCatchExceptionsFlag[] = "catch_exceptions";
156 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
177 GTEST_FLAG(catch_exceptions) = catch_exceptions_;
783 // Returns the value of GTEST_FLAG(catch_exceptions) at the moment
785 bool catch_exceptions() const { return catch_exceptions_; } function in class:testing::internal::UnitTestImpl
791 // GTEST_FLAG(catch_exceptions) at the moment it starts.
896 // The value of GTEST_FLAG(catch_exceptions) at the moment RunAllTests()
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal-inl.h86 const char kCatchExceptionsFlag[] = "catch_exceptions";
156 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
177 GTEST_FLAG(catch_exceptions) = catch_exceptions_;
783 // Returns the value of GTEST_FLAG(catch_exceptions) at the moment
785 bool catch_exceptions() const { return catch_exceptions_; } function in class:testing::internal::UnitTestImpl
791 // GTEST_FLAG(catch_exceptions) at the moment it starts.
896 // The value of GTEST_FLAG(catch_exceptions) at the moment RunAllTests()
/external/chromium/testing/gtest/test/
H A Dgtest_unittest.cc45 || testing::GTEST_FLAG(catch_exceptions)
118 using testing::GTEST_FLAG(catch_exceptions);
1747 GTEST_FLAG(catch_exceptions) = false;
1774 EXPECT_FALSE(GTEST_FLAG(catch_exceptions));
1790 GTEST_FLAG(catch_exceptions) = true;
5209 catch_exceptions(false),
5242 static Flags CatchExceptions(bool catch_exceptions) { argument
5244 flags.catch_exceptions = catch_exceptions;
5339 bool catch_exceptions; member in struct:testing::Flags
[all...]
/external/gtest/test/
H A Dgtest_unittest.cc45 || testing::GTEST_FLAG(catch_exceptions)
118 using testing::GTEST_FLAG(catch_exceptions);
1747 GTEST_FLAG(catch_exceptions) = false;
1774 EXPECT_FALSE(GTEST_FLAG(catch_exceptions));
1790 GTEST_FLAG(catch_exceptions) = true;
5209 catch_exceptions(false),
5242 static Flags CatchExceptions(bool catch_exceptions) { argument
5244 flags.catch_exceptions = catch_exceptions;
5339 bool catch_exceptions; member in struct:testing::Flags
[all...]
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc43 || testing::GTEST_FLAG(catch_exceptions)
125 using testing::GTEST_FLAG(catch_exceptions);
2015 GTEST_FLAG(catch_exceptions) = false;
2040 EXPECT_FALSE(GTEST_FLAG(catch_exceptions));
2054 GTEST_FLAG(catch_exceptions) = true;
5209 catch_exceptions(false),
5240 static Flags CatchExceptions(bool catch_exceptions) { argument
5242 flags.catch_exceptions = catch_exceptions;
5321 bool catch_exceptions; member in struct:testing::Flags
[all...]

Completed in 346 milliseconds