Lines Matching refs:Desc
911 *os << D::Desc() << " ";
931 static const char* Desc() { return "is equal to"; }
939 static const char* Desc() { return "isn't equal to"; }
947 static const char* Desc() { return "is <"; }
955 static const char* Desc() { return "is >"; }
963 static const char* Desc() { return "is <="; }
971 static const char* Desc() { return "is >="; }
1394 return os << D::Desc();
1416 static const char* Desc() { return "an equal pair"; }
1420 static const char* Desc() { return "an unequal pair"; }
1424 static const char* Desc() { return "a pair where the first < the second"; }
1428 static const char* Desc() { return "a pair where the first > the second"; }
1432 static const char* Desc() { return "a pair where the first <= the second"; }
1436 static const char* Desc() { return "a pair where the first >= the second"; }