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

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h932 static const char* NegatedDesc() { return "isn't equal to"; } function in class:testing::internal::EqMatcher
940 static const char* NegatedDesc() { return "is equal to"; } function in class:testing::internal::NeMatcher
948 static const char* NegatedDesc() { return "isn't <"; } function in class:testing::internal::LtMatcher
956 static const char* NegatedDesc() { return "isn't >"; } function in class:testing::internal::GtMatcher
964 static const char* NegatedDesc() { return "isn't <="; } function in class:testing::internal::LeMatcher
972 static const char* NegatedDesc() { return "isn't >="; } function in class:testing::internal::GeMatcher

Completed in 31 milliseconds