Home
last modified time | relevance | path

Searched refs:__string_type (Results 1 – 16 of 16) sorted by relevance

/openbsd/src/gnu/gcc/libstdc++-v3/include/std/
Dstd_sstream.h76 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/
Dstd_sstream.h83 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/
Dvstring.tcc199 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/
Distream.cc272 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/
Dbasic_string.tcc496 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 +()
Distream.tcc1031 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()
Dbasic_string.h898 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; typedef
899 typedef typename __string_type::size_type __size_type;
900 __string_type __str(__lhs);
Dlocale_facets.tcc432 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()
Dlocale_facets.h1099 typedef basic_string<_CharT> __string_type; typedef
1319 typedef basic_string<_CharT> __string_type; typedef
/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Dbasic_string.tcc678 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 +()
Distream.tcc875 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()
Dsstream.tcc119 __string_type __tmp; in overflow()
Dbasic_string.h2126 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; typedef
2127 typedef typename __string_type::size_type __size_type;
2128 __string_type __str(__lhs);
Dlocale_facets.h2875 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++/
DChangeLog2163 (basic_stringbuf::str(const __string_type&)):
2181 (basic_stringbuf::str(const __string_type&)):
DChangeLog-20006669 * bits/std_sstream.h: Replace ____string_type with __string_type.
7705 remove the temporary __string_type object,