Searched defs:npos (Results 1 - 1 of 1) sorted by relevance

/art/runtime/base/
H A Dstringpiece.h41 static constexpr size_type npos = size_type(-1); member in class:art::StringPiece
146 size_type rfind(const StringPiece& s, size_type pos = npos) const;
147 size_type rfind(char c, size_type pos = npos) const;
149 StringPiece substr(size_type pos, size_type n = npos) const;

Completed in 46 milliseconds