Home
last modified time | relevance | path

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

/external/googletest/googletest/include/gtest/
Dgtest-matchers.h620 *os << D::NegatedDesc() << " "; in DescribeNegationTo()
636 static const char* NegatedDesc() { return "isn't equal to"; } in NegatedDesc() function
644 static const char* NegatedDesc() { return "is equal to"; } in NegatedDesc() function
652 static const char* NegatedDesc() { return "isn't <"; } in NegatedDesc() function
660 static const char* NegatedDesc() { return "isn't >"; } in NegatedDesc() function
668 static const char* NegatedDesc() { return "isn't <="; } in NegatedDesc() function
676 static const char* NegatedDesc() { return "isn't >="; } in NegatedDesc() function
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-matchers.h915 *os << D::NegatedDesc() << " ";
932 static const char* NegatedDesc() { return "isn't equal to"; }
940 static const char* NegatedDesc() { return "is equal to"; }
948 static const char* NegatedDesc() { return "isn't <"; }
956 static const char* NegatedDesc() { return "isn't >"; }
964 static const char* NegatedDesc() { return "isn't <="; }
972 static const char* NegatedDesc() { return "isn't >="; }