| /openbsd/src/gnu/gcc/libstdc++-v3/include/std/ |
| D | std_sstream.h | 76 typedef basic_string<char_type, _Traits, _Alloc> __string_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef 77 typedef typename __string_type::size_type __size_type; in _GLIBCXX_BEGIN_NAMESPACE() 88 __string_type _M_string; in _GLIBCXX_BEGIN_NAMESPACE() 113 basic_stringbuf(const __string_type& __str, in _GLIBCXX_BEGIN_NAMESPACE() 127 __string_type in _GLIBCXX_BEGIN_NAMESPACE() 130 __string_type __ret; in _GLIBCXX_BEGIN_NAMESPACE() 135 __ret = __string_type(this->pbase(), this->pptr()); in _GLIBCXX_BEGIN_NAMESPACE() 137 __ret = __string_type(this->pbase(), this->egptr()); in _GLIBCXX_BEGIN_NAMESPACE() 152 str(const __string_type& __s) in _GLIBCXX_BEGIN_NAMESPACE() 275 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; typedef [all …]
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/std/ |
| D | std_sstream.h | 83 typedef basic_string<char_type, _Traits, _Alloc> __string_type; typedef 84 typedef typename __string_type::size_type __size_type; 94 __string_type _M_string; 119 basic_stringbuf(const __string_type& __str, 133 __string_type 145 return __string_type(_M_out_beg, _M_out_beg + __len); in str() 159 str(const __string_type& __s) in str() 230 _M_string = __string_type(__s, __n); in setbuf() 303 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; typedef 352 basic_istringstream(const __string_type& __str, [all …]
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/ext/ |
| D | vstring.tcc | 199 typedef __versa_string<_CharT, _Traits, _Alloc, _Base> __string_type; in operator +() typedef 200 typedef typename __string_type::size_type __size_type; in operator +() 202 __string_type __str; in operator +() 229 typedef __versa_string<_CharT, _Traits, _Alloc, _Base> __string_type; in operator +() typedef 230 typedef typename __string_type::size_type __size_type; in operator +() 232 __string_type __str; in operator +() 559 __string_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef 560 typedef typename __string_type::size_type __size_type; in _GLIBCXX_BEGIN_NAMESPACE() 628 __string_type; in getline() typedef 629 typedef typename __string_type::size_type __size_type; in getline()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/src/ |
| D | istream.cc | 272 typedef basic_string<char> __string_type; in operator >>() typedef 273 typedef __string_type::size_type __size_type; in operator >>() 348 typedef basic_string<char> __string_type; in getline() typedef 349 typedef __string_type::size_type __size_type; in getline() 577 typedef basic_string<wchar_t> __string_type; in getline() typedef 578 typedef __string_type::size_type __size_type; in getline()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/ |
| D | basic_string.tcc | 496 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; in _S_create() typedef 728 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; in operator +() typedef 729 typedef typename __string_type::size_type __size_type; in operator +() 731 __string_type __str; in operator +() 742 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; in operator +() typedef 743 typedef typename __string_type::size_type __size_type; in operator +() 744 __string_type __str; in operator +()
|
| D | istream.tcc | 1031 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; in operator >>() typedef 1032 typedef typename __string_type::size_type __size_type; in operator >>() 1088 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; in getline() typedef 1089 typedef typename __string_type::size_type __size_type; in getline()
|
| D | basic_string.h | 898 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; typedef 899 typedef typename __string_type::size_type __size_type; 900 __string_type __str(__lhs);
|
| D | locale_facets.tcc | 432 typedef basic_string<_CharT> __string_type; in do_get() typedef 436 const __string_type __true = __np.truename(); in do_get() 437 const __string_type __false = __np.falsename(); in do_get() 1001 typedef basic_string<_CharT> __string_type; in do_put() typedef 1002 __string_type __name; in do_put()
|
| D | locale_facets.h | 1099 typedef basic_string<_CharT> __string_type; typedef 1319 typedef basic_string<_CharT> __string_type; typedef
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/bits/ |
| D | basic_string.tcc | 678 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; in operator +() typedef 679 typedef typename __string_type::size_type __size_type; in operator +() 681 __string_type __str; in operator +() 692 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; in operator +() typedef 693 typedef typename __string_type::size_type __size_type; in operator +() 694 __string_type __str; in operator +()
|
| D | istream.tcc | 875 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; in operator >>() typedef 876 typedef typename __string_type::size_type __size_type; in operator >>() 941 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; in getline() typedef 942 typedef typename __string_type::size_type __size_type; in getline()
|
| D | sstream.tcc | 119 __string_type __tmp; in overflow()
|
| D | basic_string.h | 2126 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; typedef 2127 typedef typename __string_type::size_type __size_type; 2128 __string_type __str(__lhs);
|
| D | locale_facets.h | 2875 typedef basic_string<_CharT> __string_type; typedef 3066 typedef basic_string<_CharT> __string_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/ |
| D | ChangeLog | 2163 (basic_stringbuf::str(const __string_type&)): 2181 (basic_stringbuf::str(const __string_type&)):
|
| D | ChangeLog-2000 | 6669 * bits/std_sstream.h: Replace ____string_type with __string_type. 7705 remove the temporary __string_type object,
|