Searched defs:ends_with (Results 1 – 9 of 9) sorted by relevance
125 bool ends_with(const char *s1, const char *s2) { in ends_with() function
110 bool ends_with(const StringPiece& x) const { in ends_with() function
113 bool ends_with(const StringPiece& x) const { in ends_with() function
119 bool ends_with(const StringPiece& x) const { in ends_with() function
30 bool ends_with(const std::string& one, const std::string& two) { in ends_with() function
278 bool ends_with(const BasicStringPiece& x) const { in ends_with() function
445 function ends_with(s, suffix) { function
763 static const char *ends_with(const char *str, const char *suffix) in ends_with() function