Home
last modified time | relevance | path

Searched refs:find_last_of (Results 1 – 2 of 2) sorted by relevance

/build/kati/
Dstring_piece.cc175 size_type StringPiece::find_last_of(const StringPiece& s, size_type pos) const { in find_last_of() function in StringPiece
181 return find_last_of(s.ptr_[0], pos); in find_last_of()
Dstring_piece.h166 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 {