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

/external/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h915 *os << D::NegatedDesc() << " ";
932 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
/external/v8/testing/gmock/include/gmock/
H A Dgmock-matchers.h915 *os << D::NegatedDesc() << " ";
932 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 112 milliseconds