Home
last modified time | relevance | path

Searched refs:NegatedDesc (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gtest/include/gtest/
Dgtest-matchers.h556 *os << D::NegatedDesc() << " "; in DescribeNegationTo()
572 static const char* NegatedDesc() { return "isn't equal to"; } in NegatedDesc() function
580 static const char* NegatedDesc() { return "is equal to"; } in NegatedDesc() function
588 static const char* NegatedDesc() { return "isn't <"; } in NegatedDesc() function
596 static const char* NegatedDesc() { return "isn't >"; } in NegatedDesc() function
604 static const char* NegatedDesc() { return "isn't <="; } in NegatedDesc() function
612 static const char* NegatedDesc() { return "isn't >="; } in NegatedDesc() function
/third_party/googletest/googletest/include/gtest/
Dgtest-matchers.h723 *os << D::NegatedDesc() << " ";
746 static const char* NegatedDesc() { return "isn't equal to"; }
754 static const char* NegatedDesc() { return "is equal to"; }
762 static const char* NegatedDesc() { return "isn't <"; }
770 static const char* NegatedDesc() { return "isn't >"; }
778 static const char* NegatedDesc() { return "isn't <="; }
786 static const char* NegatedDesc() { return "isn't >="; }
/third_party/cef/tools/distrib/gtest/
Dgtest.h6809 *os << D::NegatedDesc() << " ";
6832 static const char* NegatedDesc() { return "isn't equal to"; }
6840 static const char* NegatedDesc() { return "is equal to"; }
6848 static const char* NegatedDesc() { return "isn't <"; }
6856 static const char* NegatedDesc() { return "isn't >"; }
6864 static const char* NegatedDesc() { return "isn't <="; }
6872 static const char* NegatedDesc() { return "isn't >="; }