Home | History | Annotate | Download | only in gmock

Lines Matching refs:suffix

3449 // The suffix of the class template implementing the action template.
5642 explicit EndsWithMatcher(const StringType& suffix) : suffix_(suffix) {}
5644 // These overloaded methods allow EndsWith(suffix) to be used as a
7405 // Matches a string that ends with 'suffix' (case-sensitive).
7407 EndsWith(const internal::string& suffix) {
7409 suffix));
7480 // Matches a string that ends with 'suffix' (case-sensitive).
7482 EndsWith(const internal::wstring& suffix) {
7484 suffix));