Searched refs:__string_type (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dbasic_string.h2136 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 Dlocale_facets.h2875 typedef basic_string<_CharT> __string_type; typedef in class:__timepunct
3066 typedef basic_string<_CharT> __string_type; typedef in class:time_get
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_sstream.h76 typedef basic_string<char_type, _Traits, _Alloc> __string_type; typedef in class:basic_stringbuf
77 typedef typename __string_type::size_type __size_type;
88 __string_type _M_string;
113 basic_stringbuf(const __string_type& __str,
127 __string_type
130 __string_type __ret;
135 __ret = __string_type(this->pbase(), this->pptr());
137 __ret = __string_type(this->pbase(), this->egptr());
152 str(const __string_type& __s)
277 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; typedef in class:basic_istringstream
390 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; typedef in class:basic_ostringstream
503 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; typedef in class:basic_stringstream
[all...]
/freebsd-11-stable/contrib/libstdc++/src/
H A Distream.cc272 typedef basic_string<char> __string_type; typedef
273 typedef __string_type::size_type __size_type;
348 typedef basic_string<char> __string_type; typedef
349 typedef __string_type::size_type __size_type;
577 typedef basic_string<wchar_t> __string_type; typedef
578 typedef __string_type::size_type __size_type;

Completed in 146 milliseconds