Lines Matching full:_allocator
188 template <class _CharT, class _Traits, class _Allocator>
198 typedef _Allocator allocator_type;
238 template <class _CharT, class _Traits, class _Allocator>
240 basic_stringbuf<_CharT, _Traits, _Allocator>::basic_stringbuf(ios_base::openmode __wch)
247 template <class _CharT, class _Traits, class _Allocator>
249 basic_stringbuf<_CharT, _Traits, _Allocator>::basic_stringbuf(const string_type& __s,
259 template <class _CharT, class _Traits, class _Allocator>
260 basic_stringbuf<_CharT, _Traits, _Allocator>::basic_stringbuf(basic_stringbuf&& __rhs)
300 template <class _CharT, class _Traits, class _Allocator>
301 basic_stringbuf<_CharT, _Traits, _Allocator>&
302 basic_stringbuf<_CharT, _Traits, _Allocator>::operator=(basic_stringbuf&& __rhs)
350 template <class _CharT, class _Traits, class _Allocator>
352 basic_stringbuf<_CharT, _Traits, _Allocator>::swap(basic_stringbuf& __rhs)
427 template <class _CharT, class _Traits, class _Allocator>
430 swap(basic_stringbuf<_CharT, _Traits, _Allocator>& __x,
431 basic_stringbuf<_CharT, _Traits, _Allocator>& __y)
436 template <class _CharT, class _Traits, class _Allocator>
437 basic_string<_CharT, _Traits, _Allocator>
438 basic_stringbuf<_CharT, _Traits, _Allocator>::str() const
451 template <class _CharT, class _Traits, class _Allocator>
453 basic_stringbuf<_CharT, _Traits, _Allocator>::str(const string_type& __s)
476 template <class _CharT, class _Traits, class _Allocator>
477 typename basic_stringbuf<_CharT, _Traits, _Allocator>::int_type
478 basic_stringbuf<_CharT, _Traits, _Allocator>::underflow()
492 template <class _CharT, class _Traits, class _Allocator>
493 typename basic_stringbuf<_CharT, _Traits, _Allocator>::int_type
494 basic_stringbuf<_CharT, _Traits, _Allocator>::pbackfail(int_type __c)
516 template <class _CharT, class _Traits, class _Allocator>
517 typename basic_stringbuf<_CharT, _Traits, _Allocator>::int_type
518 basic_stringbuf<_CharT, _Traits, _Allocator>::overflow(int_type __c)
558 template <class _CharT, class _Traits, class _Allocator>
559 typename basic_stringbuf<_CharT, _Traits, _Allocator>::pos_type
560 basic_stringbuf<_CharT, _Traits, _Allocator>::seekoff(off_type __off,
609 template <class _CharT, class _Traits, class _Allocator>
611 typename basic_stringbuf<_CharT, _Traits, _Allocator>::pos_type
612 basic_stringbuf<_CharT, _Traits, _Allocator>::seekpos(pos_type __sp,
620 template <class _CharT, class _Traits, class _Allocator>
630 typedef _Allocator allocator_type;
656 template <class _CharT, class _Traits, class _Allocator>
658 basic_istringstream<_CharT, _Traits, _Allocator>::basic_istringstream(ios_base::openmode __wch)
664 template <class _CharT, class _Traits, class _Allocator>
666 basic_istringstream<_CharT, _Traits, _Allocator>::basic_istringstream(const string_type& __s,
675 template <class _CharT, class _Traits, class _Allocator>
677 basic_istringstream<_CharT, _Traits, _Allocator>::basic_istringstream(basic_istringstream&& __rhs)
684 template <class _CharT, class _Traits, class _Allocator>
685 basic_istringstream<_CharT, _Traits, _Allocator>&
686 basic_istringstream<_CharT, _Traits, _Allocator>::operator=(basic_istringstream&& __rhs)
695 template <class _CharT, class _Traits, class _Allocator>
698 basic_istringstream<_CharT, _Traits, _Allocator>::swap(basic_istringstream& __rhs)
704 template <class _CharT, class _Traits, class _Allocator>
707 swap(basic_istringstream<_CharT, _Traits, _Allocator>& __x,
708 basic_istringstream<_CharT, _Traits, _Allocator>& __y)
713 template <class _CharT, class _Traits, class _Allocator>
715 basic_stringbuf<_CharT, _Traits, _Allocator>*
716 basic_istringstream<_CharT, _Traits, _Allocator>::rdbuf() const
721 template <class _CharT, class _Traits, class _Allocator>
723 basic_string<_CharT, _Traits, _Allocator>
724 basic_istringstream<_CharT, _Traits, _Allocator>::str() const
729 template <class _CharT, class _Traits, class _Allocator>
732 basic_istringstream<_CharT, _Traits, _Allocator>::str(const string_type& __s)
739 template <class _CharT, class _Traits, class _Allocator>
749 typedef _Allocator allocator_type;
775 template <class _CharT, class _Traits, class _Allocator>
777 basic_ostringstream<_CharT, _Traits, _Allocator>::basic_ostringstream(ios_base::openmode __wch)
783 template <class _CharT, class _Traits, class _Allocator>
785 basic_ostringstream<_CharT, _Traits, _Allocator>::basic_ostringstream(const string_type& __s,
794 template <class _CharT, class _Traits, class _Allocator>
796 basic_ostringstream<_CharT, _Traits, _Allocator>::basic_ostringstream(basic_ostringstream&& __rhs)
803 template <class _CharT, class _Traits, class _Allocator>
804 basic_ostringstream<_CharT, _Traits, _Allocator>&
805 basic_ostringstream<_CharT, _Traits, _Allocator>::operator=(basic_ostringstream&& __rhs)
814 template <class _CharT, class _Traits, class _Allocator>
817 basic_ostringstream<_CharT, _Traits, _Allocator>::swap(basic_ostringstream& __rhs)
823 template <class _CharT, class _Traits, class _Allocator>
826 swap(basic_ostringstream<_CharT, _Traits, _Allocator>& __x,
827 basic_ostringstream<_CharT, _Traits, _Allocator>& __y)
832 template <class _CharT, class _Traits, class _Allocator>
834 basic_stringbuf<_CharT, _Traits, _Allocator>*
835 basic_ostringstream<_CharT, _Traits, _Allocator>::rdbuf() const
840 template <class _CharT, class _Traits, class _Allocator>
842 basic_string<_CharT, _Traits, _Allocator>
843 basic_ostringstream<_CharT, _Traits, _Allocator>::str() const
848 template <class _CharT, class _Traits, class _Allocator>
851 basic_ostringstream<_CharT, _Traits, _Allocator>::str(const string_type& __s)
858 template <class _CharT, class _Traits, class _Allocator>
868 typedef _Allocator allocator_type;
894 template <class _CharT, class _Traits, class _Allocator>
896 basic_stringstream<_CharT, _Traits, _Allocator>::basic_stringstream(ios_base::openmode __wch)
902 template <class _CharT, class _Traits, class _Allocator>
904 basic_stringstream<_CharT, _Traits, _Allocator>::basic_stringstream(const string_type& __s,
913 template <class _CharT, class _Traits, class _Allocator>
915 basic_stringstream<_CharT, _Traits, _Allocator>::basic_stringstream(basic_stringstream&& __rhs)
922 template <class _CharT, class _Traits, class _Allocator>
923 basic_stringstream<_CharT, _Traits, _Allocator>&
924 basic_stringstream<_CharT, _Traits, _Allocator>::operator=(basic_stringstream&& __rhs)
933 template <class _CharT, class _Traits, class _Allocator>
936 basic_stringstream<_CharT, _Traits, _Allocator>::swap(basic_stringstream& __rhs)
942 template <class _CharT, class _Traits, class _Allocator>
945 swap(basic_stringstream<_CharT, _Traits, _Allocator>& __x,
946 basic_stringstream<_CharT, _Traits, _Allocator>& __y)
951 template <class _CharT, class _Traits, class _Allocator>
953 basic_stringbuf<_CharT, _Traits, _Allocator>*
954 basic_stringstream<_CharT, _Traits, _Allocator>::rdbuf() const
959 _Allocator>
961 basic_string<_CharT, _Traits, _Allocator>
962 basic_stringstream<_CharT, _Traits, _Allocator>::str() const
967 template <class _CharT, class _Traits, class _Allocator>
970 basic_stringstream<_CharT, _Traits, _Allocator>::str(const string_type& __s)