Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gtest/include/gtest/
Dgtest-matchers.h572 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