Lines Matching refs:size_type

86 check_realloc (basic_string::size_type s) const
97 alloc (basic_string::size_type __size, bool __save)
118 replace (size_type pos1, size_type n1,
119 const basic_string& _str, size_type pos2, size_type n2)
153 replace (size_type pos, size_type n1, const charT* s, size_type n2)
155 const size_type len = length ();
189 replace (size_type pos, size_type n1, size_type n2, charT c)
218 resize (size_type n, charT c)
229 basic_string <charT, traits, Allocator>::size_type
231 copy (charT* s, size_type n, size_type pos) const
243 basic_string <charT, traits, Allocator>::size_type
245 find (const charT* s, size_type pos, size_type n) const
256 inline basic_string <charT, traits, Allocator>::size_type
258 _find (const charT* ptr, charT c, size_type xpos, size_type len)
267 basic_string <charT, traits, Allocator>::size_type
269 find (charT c, size_type pos) const
275 basic_string <charT, traits, Allocator>::size_type
277 rfind (const charT* s, size_type pos, size_type n) const
294 basic_string <charT, traits, Allocator>::size_type
296 rfind (charT c, size_type pos) const
312 basic_string <charT, traits, Allocator>::size_type
314 find_first_of (const charT* s, size_type pos, size_type n) const
324 basic_string <charT, traits, Allocator>::size_type
326 find_last_of (const charT* s, size_type pos, size_type n) const
340 basic_string <charT, traits, Allocator>::size_type
342 find_first_not_of (const charT* s, size_type pos, size_type n) const
352 basic_string <charT, traits, Allocator>::size_type
354 find_first_not_of (charT c, size_type pos) const
364 basic_string <charT, traits, Allocator>::size_type
366 find_last_not_of (const charT* s, size_type pos, size_type n) const
380 basic_string <charT, traits, Allocator>::size_type
382 find_last_not_of (charT c, size_type pos) const
397 compare (const basic_string& _str, size_type pos, size_type n) const
416 compare (const charT* s, size_type pos, size_type n) const
521 const basic_string <charT, traits, Allocator>::size_type