Lines Matching full:_allocator
190 template <class _CharT, class _Traits, class _Allocator>
200 typedef _Allocator allocator_type;
241 template <class _CharT, class _Traits, class _Allocator>
242 basic_stringbuf<_CharT, _Traits, _Allocator>::basic_stringbuf(ios_base::openmode __wch)
248 template <class _CharT, class _Traits, class _Allocator>
249 basic_stringbuf<_CharT, _Traits, _Allocator>::basic_stringbuf(const string_type& __s,
260 template <class _CharT, class _Traits, class _Allocator>
261 basic_stringbuf<_CharT, _Traits, _Allocator>::basic_stringbuf(basic_stringbuf&& __rhs)
301 template <class _CharT, class _Traits, class _Allocator>
302 basic_stringbuf<_CharT, _Traits, _Allocator>&
303 basic_stringbuf<_CharT, _Traits, _Allocator>::operator=(basic_stringbuf&& __rhs)
351 template <class _CharT, class _Traits, class _Allocator>
353 basic_stringbuf<_CharT, _Traits, _Allocator>::swap(basic_stringbuf& __rhs)
428 template <class _CharT, class _Traits, class _Allocator>
431 swap(basic_stringbuf<_CharT, _Traits, _Allocator>& __x,
432 basic_stringbuf<_CharT, _Traits, _Allocator>& __y)
437 template <class _CharT, class _Traits, class _Allocator>
438 basic_string<_CharT, _Traits, _Allocator>
439 basic_stringbuf<_CharT, _Traits, _Allocator>::str() const
452 template <class _CharT, class _Traits, class _Allocator>
454 basic_stringbuf<_CharT, _Traits, _Allocator>::str(const string_type& __s)
485 template <class _CharT, class _Traits, class _Allocator>
486 typename basic_stringbuf<_CharT, _Traits, _Allocator>::int_type
487 basic_stringbuf<_CharT, _Traits, _Allocator>::underflow()
501 template <class _CharT, class _Traits, class _Allocator>
502 typename basic_stringbuf<_CharT, _Traits, _Allocator>::int_type
503 basic_stringbuf<_CharT, _Traits, _Allocator>::pbackfail(int_type __c)
525 template <class _CharT, class _Traits, class _Allocator>
526 typename basic_stringbuf<_CharT, _Traits, _Allocator>::int_type
527 basic_stringbuf<_CharT, _Traits, _Allocator>::overflow(int_type __c)
567 template <class _CharT, class _Traits, class _Allocator>
568 typename basic_stringbuf<_CharT, _Traits, _Allocator>::pos_type
569 basic_stringbuf<_CharT, _Traits, _Allocator>::seekoff(off_type __off,
619 template <class _CharT, class _Traits, class _Allocator>
620 typename basic_stringbuf<_CharT, _Traits, _Allocator>::pos_type
621 basic_stringbuf<_CharT, _Traits, _Allocator>::seekpos(pos_type __sp,
629 template <class _CharT, class _Traits, class _Allocator>
639 typedef _Allocator allocator_type;
672 template <class _CharT, class _Traits, class _Allocator>
673 basic_istringstream<_CharT, _Traits, _Allocator>::basic_istringstream(ios_base::openmode __wch)
679 template <class _CharT, class _Traits, class _Allocator>
680 basic_istringstream<_CharT, _Traits, _Allocator>::basic_istringstream(const string_type& __s,
689 template <class _CharT, class _Traits, class _Allocator>
690 basic_istringstream<_CharT, _Traits, _Allocator>::basic_istringstream(basic_istringstream&& __rhs)
697 template <class _CharT, class _Traits, class _Allocator>
698 basic_istringstream<_CharT, _Traits, _Allocator>&
699 basic_istringstream<_CharT, _Traits, _Allocator>::operator=(basic_istringstream&& __rhs)
708 template <class _CharT, class _Traits, class _Allocator>
709 void basic_istringstream<_CharT, _Traits, _Allocator>::swap(basic_istringstream& __rhs)
715 template <class _CharT, class _Traits, class _Allocator>
718 swap(basic_istringstream<_CharT, _Traits, _Allocator>& __x,
719 basic_istringstream<_CharT, _Traits, _Allocator>& __y)
724 template <class _CharT, class _Traits, class _Allocator>
725 basic_stringbuf<_CharT, _Traits, _Allocator>*
726 basic_istringstream<_CharT, _Traits, _Allocator>::rdbuf() const
731 template <class _CharT, class _Traits, class _Allocator>
732 basic_string<_CharT, _Traits, _Allocator>
733 basic_istringstream<_CharT, _Traits, _Allocator>::str() const
738 template <class _CharT, class _Traits, class _Allocator>
739 void basic_istringstream<_CharT, _Traits, _Allocator>::str(const string_type& __s)
746 template <class _CharT, class _Traits, class _Allocator>
756 typedef _Allocator allocator_type;
789 template <class _CharT, class _Traits, class _Allocator>
790 basic_ostringstream<_CharT, _Traits, _Allocator>::basic_ostringstream(ios_base::openmode __wch)
796 template <class _CharT, class _Traits, class _Allocator>
797 basic_ostringstream<_CharT, _Traits, _Allocator>::basic_ostringstream(const string_type& __s,
806 template <class _CharT, class _Traits, class _Allocator>
807 basic_ostringstream<_CharT, _Traits, _Allocator>::basic_ostringstream(basic_ostringstream&& __rhs)
814 template <class _CharT, class _Traits, class _Allocator>
815 basic_ostringstream<_CharT, _Traits, _Allocator>&
816 basic_ostringstream<_CharT, _Traits, _Allocator>::operator=(basic_ostringstream&& __rhs)
825 template <class _CharT, class _Traits, class _Allocator>
827 basic_ostringstream<_CharT, _Traits, _Allocator>::swap(basic_ostringstream& __rhs)
833 template <class _CharT, class _Traits, class _Allocator>
836 swap(basic_ostringstream<_CharT, _Traits, _Allocator>& __x,
837 basic_ostringstream<_CharT, _Traits, _Allocator>& __y)
842 template <class _CharT, class _Traits, class _Allocator>
843 basic_stringbuf<_CharT, _Traits, _Allocator>*
844 basic_ostringstream<_CharT, _Traits, _Allocator>::rdbuf() const
849 template <class _CharT, class _Traits, class _Allocator>
850 basic_string<_CharT, _Traits, _Allocator>
851 basic_ostringstream<_CharT, _Traits, _Allocator>::str() const
856 template <class _CharT, class _Traits, class _Allocator>
858 basic_ostringstream<_CharT, _Traits, _Allocator>::str(const string_type& __s)
865 template <class _CharT, class _Traits, class _Allocator>
875 typedef _Allocator allocator_type;
908 template <class _CharT, class _Traits, class _Allocator>
909 basic_stringstream<_CharT, _Traits, _Allocator>::basic_stringstream(ios_base::openmode __wch)
915 template <class _CharT, class _Traits, class _Allocator>
916 basic_stringstream<_CharT, _Traits, _Allocator>::basic_stringstream(const string_type& __s,
925 template <class _CharT, class _Traits, class _Allocator>
926 basic_stringstream<_CharT, _Traits, _Allocator>::basic_stringstream(basic_stringstream&& __rhs)
933 template <class _CharT, class _Traits, class _Allocator>
934 basic_stringstream<_CharT, _Traits, _Allocator>&
935 basic_stringstream<_CharT, _Traits, _Allocator>::operator=(basic_stringstream&& __rhs)
944 template <class _CharT, class _Traits, class _Allocator>
946 basic_stringstream<_CharT, _Traits, _Allocator>::swap(basic_stringstream& __rhs)
952 template <class _CharT, class _Traits, class _Allocator>
955 swap(basic_stringstream<_CharT, _Traits, _Allocator>& __x,
956 basic_stringstream<_CharT, _Traits, _Allocator>& __y)
961 template <class _CharT, class _Traits, class _Allocator>
962 basic_stringbuf<_CharT, _Traits, _Allocator>*
963 _Allocator>::rdbuf() const
968 template <class _CharT, class _Traits, class _Allocator>
969 basic_string<_CharT, _Traits, _Allocator>
970 basic_stringstream<_CharT, _Traits, _Allocator>::str() const
975 template <class _CharT, class _Traits, class _Allocator>
977 basic_stringstream<_CharT, _Traits, _Allocator>::str(const string_type& __s)