Searched refs:substring (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1183 // Implements the polymorphic HasSubstr(substring) matcher, which
1189 explicit HasSubstrMatcher(const StringType& substring) argument
1190 : substring_(substring) {}
1215 *os << "has substring ";
1220 *os << "has no substring ";
1230 // Implements the polymorphic StartsWith(substring) matcher, which
1277 // Implements the polymorphic EndsWith(substring) matcher, which
3982 // that contains the given substring.
3984 HasSubstr(const internal::string& substring) { argument
3986 substring));
4059 HasSubstr(const internal::wstring& substring) argument
[all...]

Completed in 20 milliseconds