Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A 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