Home | History | Annotate | Download | only in Support

Lines Matching refs:npos

21 const size_t StringRef::npos;
122 /// \return - The index of the first occurrence of \arg Str, or npos if not
127 return npos;
134 return npos;
138 return npos;
157 return npos;
162 /// \return - The index of the last occurrence of \arg Str, or npos if not
167 return npos;
173 return npos;
177 /// Chars, or npos if not found.
189 return npos;
193 /// \arg C or npos if not found.
198 return npos;
202 /// in the string \arg Chars, or npos if not found.
214 return npos;
218 /// or npos if not found.
230 return npos;
234 /// \arg C, or npos if not found.
239 return npos;
243 /// \arg Chars, or npos if not found.
255 return npos;