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