Home
last modified time | relevance | path

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

/external/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
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/
Dgtest-matchers.h570 static const char* NegatedDesc() { return "isn't equal to"; } in NegatedDesc() function
578 static const char* NegatedDesc() { return "is equal to"; } in NegatedDesc() function
586 static const char* NegatedDesc() { return "isn't <"; } in NegatedDesc() function
594 static const char* NegatedDesc() { return "isn't >"; } in NegatedDesc() function
602 static const char* NegatedDesc() { return "isn't <="; } in NegatedDesc() function
610 static const char* NegatedDesc() { return "isn't >="; } in NegatedDesc() function
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/
Dgtest-matchers.h585 static const char *NegatedDesc() { return "isn't equal to"; } in NegatedDesc() function
593 static const char *NegatedDesc() { return "is equal to"; } in NegatedDesc() function
601 static const char *NegatedDesc() { return "isn't <"; } in NegatedDesc() function
609 static const char *NegatedDesc() { return "isn't >"; } in NegatedDesc() function
617 static const char *NegatedDesc() { return "isn't <="; } in NegatedDesc() function
625 static const char *NegatedDesc() { return "isn't >="; } in NegatedDesc() function