Lines Matching refs:npos
21090 static const size_type npos = static_cast<size_type>(-1);
21383 size_type __n = npos)
21412 { _M_construct(__s, __s ? __s + traits_type::length(__s) : __s+npos); }
22109 erase(size_type __pos = 0, size_type __n = npos)
22345 rfind(const basic_string& __str, size_type __pos = npos) const
22353 rfind(const _CharT* __s, size_type __pos = npos) const
22360 rfind(_CharT __c, size_type __pos = npos) const noexcept;
22382 find_last_of(const basic_string& __str, size_type __pos = npos) const
22390 find_last_of(const _CharT* __s, size_type __pos = npos) const
22397 find_last_of(_CharT __c, size_type __pos = npos) const noexcept
22421 find_last_not_of(const basic_string& __str, size_type __pos = npos) const
22430 find_last_not_of(const _CharT* __s, size_type __pos = npos) const
22437 find_last_not_of(_CharT __c, size_type __pos = npos) const
22441 substr(size_type __pos = 0, size_type __n = npos) const
23617 basic_string<_CharT, _Traits, _Alloc>::npos;
24089 return __pos <= __size ? __pos : npos;
24099 return npos;
24107 size_type __ret = npos;
24138 return npos;
24155 return npos;
24170 return npos;
24191 return npos;
24203 return npos;
24214 return npos;
24235 return npos;
24255 return npos;
147297 std::basic_string<_CharT, _Traits, _Alloc>::npos,
147326 = std::basic_string<_CharT>::npos,
147333 if (__n == std::basic_string<_CharT>::npos)