/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++20/ |
H A D | sstream-inst.cc | 42 template basic_stringbuf<char>::basic_stringbuf(__string_type&&, 62 template basic_istringstream<char>::basic_istringstream(__string_type&&, 75 template basic_ostringstream<char>::basic_ostringstream(__string_type&&, 88 template basic_stringstream<char>::basic_stringstream(__string_type&&, 103 template basic_stringbuf<wchar_t>::basic_stringbuf(__string_type&&, 124 template basic_istringstream<wchar_t>::basic_istringstream(__string_type&&, 137 template basic_ostringstream<wchar_t>::basic_ostringstream(__string_type&&, 150 template basic_stringstream<wchar_t>::basic_stringstream(__string_type&&,
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/ |
H A D | istream-string.cc | 50 typedef basic_string<char> __string_type; in operator >>() typedef 51 typedef __string_type::size_type __size_type; in operator >>() 130 typedef basic_string<char> __string_type; in getline() typedef 131 typedef __string_type::size_type __size_type; in getline() 215 typedef basic_string<wchar_t> __string_type; in getline() typedef 216 typedef __string_type::size_type __size_type; in getline()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/ |
H A D | istream-string.cc | 50 typedef basic_string<char> __string_type; in operator >>() typedef 51 typedef __string_type::size_type __size_type; in operator >>() 130 typedef basic_string<char> __string_type; in getline() typedef 131 typedef __string_type::size_type __size_type; in getline() 215 typedef basic_string<wchar_t> __string_type; in getline() typedef 216 typedef __string_type::size_type __size_type; in getline()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
H A D | sstream | 100 typedef basic_string<char_type, _Traits, _Alloc> __string_type; 101 typedef typename __string_type::size_type __size_type; 108 __string_type _M_string; 144 basic_stringbuf(const __string_type& __str, 169 basic_stringbuf(__string_type&& __s, 246 __string_type 249 __string_type __ret(_M_string.get_allocator()); 269 __string_type 303 str(const __string_type& __s) 324 str(__string_type&& __s) [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
H A D | sstream | 80 typedef basic_string<char_type, _Traits, _Alloc> __string_type; 81 typedef typename __string_type::size_type __size_type; 88 __string_type _M_string; 124 basic_stringbuf(const __string_type& __str, 177 __string_type 180 __string_type __ret(_M_string.get_allocator()); 202 str(const __string_type& __s) 406 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; 460 basic_istringstream(const __string_type& __str, 518 __string_type [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
H A D | vstring.tcc | 198 typedef __versa_string<_CharT, _Traits, _Alloc, _Base> __string_type; in operator +() typedef 199 typedef typename __string_type::size_type __size_type; in operator +() 201 __string_type __str; in operator +() 228 typedef __versa_string<_CharT, _Traits, _Alloc, _Base> __string_type; in operator +() typedef 229 typedef typename __string_type::size_type __size_type; in operator +() 231 __string_type __str; in operator +() 559 __string_type; in operator >>() typedef 561 typedef typename __string_type::size_type __size_type; in operator >>() 634 __string_type; in getline() typedef 636 typedef typename __string_type::size_type __size_type; in getline()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
H A D | vstring.tcc | 198 typedef __versa_string<_CharT, _Traits, _Alloc, _Base> __string_type; in operator +() typedef 199 typedef typename __string_type::size_type __size_type; in operator +() 201 __string_type __str; in operator +() 228 typedef __versa_string<_CharT, _Traits, _Alloc, _Base> __string_type; in operator +() typedef 229 typedef typename __string_type::size_type __size_type; in operator +() 231 __string_type __str; in operator +() 559 __string_type; in operator >>() typedef 561 typedef typename __string_type::size_type __size_type; in operator >>() 634 __string_type; in getline() typedef 636 typedef typename __string_type::size_type __size_type; in getline()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | basic_string.tcc | 622 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; in operator +() typedef 623 typedef typename __string_type::size_type __size_type; in operator +() 628 __string_type __str(_Alloc_traits::_S_select_on_copy( in operator +() 641 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; in operator +() typedef 642 typedef typename __string_type::size_type __size_type; in operator +() 646 __string_type __str(_Alloc_traits::_S_select_on_copy( in operator +() 956 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; in operator >>() typedef 959 typedef typename __string_type::size_type __size_type; in operator >>() 1028 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; in getline() typedef 1031 typedef typename __string_type::size_type __size_type; in getline()
|
H A D | sstream.tcc | 132 __string_type __tmp(_M_string.get_allocator()); in overflow()
|
H A D | basic_string.h | 3503 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; 3504 typedef typename __string_type::size_type __size_type; 3505 __string_type __str(__lhs);
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | basic_string.tcc | 1156 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; in operator +() typedef 1157 typedef typename __string_type::size_type __size_type; in operator +() 1162 __string_type __str(_Alloc_traits::_S_select_on_copy( in operator +() 1174 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; in operator +() typedef 1175 typedef typename __string_type::size_type __size_type; in operator +() 1179 __string_type __str(_Alloc_traits::_S_select_on_copy( in operator +() 1472 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; in operator >>() typedef 1475 typedef typename __string_type::size_type __size_type; in operator >>() 1544 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; in getline() typedef 1547 typedef typename __string_type::size_type __size_type; in getline()
|
H A D | sstream.tcc | 132 __string_type __tmp(_M_string.get_allocator()); in overflow()
|
H A D | basic_string.h | 6099 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; in _GLIBCXX_VISIBILITY() 6100 typedef typename __string_type::size_type __size_type; in _GLIBCXX_VISIBILITY() 6101 __string_type __str(__lhs); in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-1999 | 1024 * bits/std_sstream.h: Replace ____string_type with __string_type. 2060 remove the temporary __string_type object,
|
H A D | ChangeLog-2002 | 655 (basic_stringbuf::str(const __string_type&)): 673 (basic_stringbuf::str(const __string_type&)):
|
H A D | ChangeLog-2017 | 2053 (basic_stringbuf::basic_stringbuf(const __string_type&, ios::mode))
|
H A D | ChangeLog-2020 | 2017 * include/std/sstream (basic_stringbuf(__string_type&&, openmode)):
|