Searched refs:__string_type (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/libstdc++/include/std/ |
| H A D | std_sstream.h | 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() 152 str(const __string_type& __s) in _GLIBCXX_BEGIN_NAMESPACE() 350 __string_type 361 str(const __string_type& __s) in str() 463 __string_type 474 str(const __string_type& __s) in str() 572 __string_type [all …]
|
| /freebsd-12.1/contrib/libstdc++/include/ext/ |
| H A 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()
|
| /freebsd-12.1/contrib/libstdc++/src/ |
| H A 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()
|
| /freebsd-12.1/contrib/libstdc++/include/bits/ |
| H A 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 +()
|
| H A 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()
|
| H A D | sstream.tcc | 119 __string_type __tmp; in overflow()
|
| H A D | basic_string.h | 2136 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; typedef 2137 typedef typename __string_type::size_type __size_type; 2138 __string_type __str(__lhs);
|
| H A D | locale_facets.h | 2875 typedef basic_string<_CharT> __string_type; typedef 3066 typedef basic_string<_CharT> __string_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef
|
| /freebsd-12.1/contrib/libstdc++/ |
| H A D | ChangeLog-1999 | 1025 * bits/std_sstream.h: Replace ____string_type with __string_type. 2061 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&)):
|