Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest-matchers.h572 static const char* NegatedDesc() { return "isn't equal to"; } in NegatedDesc() function in testing::internal::EqMatcher
580 static const char* NegatedDesc() { return "is equal to"; } in NegatedDesc() function in testing::internal::NeMatcher
588 static const char* NegatedDesc() { return "isn't <"; } in NegatedDesc() function in testing::internal::LtMatcher
596 static const char* NegatedDesc() { return "isn't >"; } in NegatedDesc() function in testing::internal::GtMatcher
604 static const char* NegatedDesc() { return "isn't <="; } in NegatedDesc() function in testing::internal::LeMatcher
612 static const char* NegatedDesc() { return "isn't >="; } in NegatedDesc() function in testing::internal::GeMatcher
/third_party/googletest/googletest/include/gtest/
H A Dgtest-matchers.h766 static const char* NegatedDesc() { return "isn't equal to"; } in NegatedDesc() function in testing::internal::EqMatcher
774 static const char* NegatedDesc() { return "is equal to"; } in NegatedDesc() function in testing::internal::NeMatcher
782 static const char* NegatedDesc() { return "isn't <"; } in NegatedDesc() function in testing::internal::LtMatcher
790 static const char* NegatedDesc() { return "isn't >"; } in NegatedDesc() function in testing::internal::GtMatcher
798 static const char* NegatedDesc() { return "isn't <="; } in NegatedDesc() function in testing::internal::LeMatcher
806 static const char* NegatedDesc() { return "isn't >="; } in NegatedDesc() function in testing::internal::GeMatcher
/third_party/node/deps/googletest/include/gtest/
H A Dgtest-matchers.h730 static const char* NegatedDesc() { return "isn't equal to"; } in NegatedDesc() function in testing::internal::EqMatcher
739 static const char* NegatedDesc() { return "is equal to"; } in NegatedDesc() function in testing::internal::NeMatcher
747 static const char* NegatedDesc() { return "isn't <"; } in NegatedDesc() function in testing::internal::LtMatcher
755 static const char* NegatedDesc() { return "isn't >"; } in NegatedDesc() function in testing::internal::GtMatcher
764 static const char* NegatedDesc() { return "isn't <="; } in NegatedDesc() function in testing::internal::LeMatcher
773 static const char* NegatedDesc() { return "isn't >="; } in NegatedDesc() function in testing::internal::GeMatcher

Completed in 6 milliseconds