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

/prebuilts/ndk/current/sources/third_party/googletest/googletest/test/
H A Dgtest_unittest.cc55 || testing::GTEST_FLAG(throw_on_failure);
220 using testing::GTEST_FLAG(throw_on_failure);
1561 GTEST_FLAG(throw_on_failure) = false;
1588 EXPECT_FALSE(GTEST_FLAG(throw_on_failure));
1604 GTEST_FLAG(throw_on_failure) = true;
5303 throw_on_failure(false) {}
5413 static Flags ThrowOnFailure(bool throw_on_failure) { argument
5415 flags.throw_on_failure = throw_on_failure;
5433 bool throw_on_failure; member in struct:testing::Flags
[all...]
/prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/
H A Dgtest_unittest.cc55 || testing::GTEST_FLAG(throw_on_failure);
220 using testing::GTEST_FLAG(throw_on_failure);
1561 GTEST_FLAG(throw_on_failure) = false;
1588 EXPECT_FALSE(GTEST_FLAG(throw_on_failure));
1604 GTEST_FLAG(throw_on_failure) = true;
5303 throw_on_failure(false) {}
5413 static Flags ThrowOnFailure(bool throw_on_failure) { argument
5415 flags.throw_on_failure = throw_on_failure;
5433 bool throw_on_failure; member in struct:testing::Flags
[all...]
/prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/
H A Dgtest_unittest.cc55 || testing::GTEST_FLAG(throw_on_failure);
220 using testing::GTEST_FLAG(throw_on_failure);
1561 GTEST_FLAG(throw_on_failure) = false;
1588 EXPECT_FALSE(GTEST_FLAG(throw_on_failure));
1604 GTEST_FLAG(throw_on_failure) = true;
5303 throw_on_failure(false) {}
5413 static Flags ThrowOnFailure(bool throw_on_failure) { argument
5415 flags.throw_on_failure = throw_on_failure;
5433 bool throw_on_failure; member in struct:testing::Flags
[all...]

Completed in 98 milliseconds