Searched defs:ends_with (Results 1 – 5 of 5) sorted by relevance
108 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
28 bool ends_with(const std::string& one, const std::string& two) { in ends_with() function
292 bool ends_with(const BasicStringPiece& x) const { in ends_with() function
335 bool ends_with(StringPiece x) const { in ends_with() function