Lines Matching refs:npos
183 basic_string(const _Self& __s, size_type __pos, size_type __n = npos,
788 _Self& erase(size_type __pos = 0, size_type __n = npos) {
966 size_type rfind(const _Self& __s, size_type __pos = npos) const
969 size_type rfind(const _CharT* __s, size_type __pos = npos) const
973 size_type rfind(_CharT __c, size_type __pos = npos) const;
988 size_type find_last_of(const _Self& __s, size_type __pos = npos) const
991 size_type find_last_of(const _CharT* __s, size_type __pos = npos) const
996 size_type find_last_of(_CharT __c, size_type __pos = npos) const
1011 size_type find_last_not_of(const _Self& __s, size_type __pos = npos) const
1014 size_type find_last_not_of(const _CharT* __s, size_type __pos = npos) const
1019 size_type find_last_not_of(_CharT __c, size_type __pos = npos) const;
1022 _Self substr(size_type __pos = 0, size_type __n = npos) const
1089 const size_t basic_string<_CharT, _Traits, _Alloc>::npos = ~(size_t) 0;