Searched refs:NegatedDesc (Results 1 – 3 of 3) sorted by relevance
556 *os << D::NegatedDesc() << " "; in DescribeNegationTo()572 static const char* NegatedDesc() { return "isn't equal to"; } in NegatedDesc() function580 static const char* NegatedDesc() { return "is equal to"; } in NegatedDesc() function588 static const char* NegatedDesc() { return "isn't <"; } in NegatedDesc() function596 static const char* NegatedDesc() { return "isn't >"; } in NegatedDesc() function604 static const char* NegatedDesc() { return "isn't <="; } in NegatedDesc() function612 static const char* NegatedDesc() { return "isn't >="; } in NegatedDesc() function
723 *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 >="; }
6809 *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 >="; }