Searched refs:find_last_not_of (Results 1 – 2 of 2) sorted by relevance
194 size_type StringPiece::find_last_not_of(const StringPiece& s, in find_last_not_of() function in StringPiece205 return find_last_not_of(s.ptr_[0], pos); in find_last_not_of()218 size_type StringPiece::find_last_not_of(char c, size_type pos) const { in find_last_not_of() function in StringPiece
166 size_type find_last_not_of(const StringPiece& s, size_type pos = npos) const;167 size_type find_last_not_of(char c, size_type pos = npos) const;