Home
last modified time | relevance | path

Searched defs:ASSERT_FALSE (Results 1 – 6 of 6) sorted by relevance

/third_party/re2/util/
Dtest.h31 #define ASSERT_FALSE(x) CHECK(!(x)) macro
/third_party/gn/src/util/test/
Dtest.h186 #define ASSERT_FALSE(a) \ macro
/third_party/ninja/src/
Dtest.h95 #define ASSERT_FALSE(a) \ macro
/third_party/mesa3d/src/gtest/include/gtest/
Dgtest.h1977 #define ASSERT_FALSE(condition) \ macro
/third_party/googletest/googletest/include/gtest/
Dgtest.h1998 #define ASSERT_FALSE(condition) GTEST_ASSERT_FALSE(condition) macro
/third_party/googletest/googletest/test/
Dgtest_unittest.cc3705 TEST(AssertionTest, ASSERT_FALSE) { in TEST() argument
4383 TEST(AssertionWithMessageTest, ASSERT_FALSE) { in TEST() argument