Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/std/
H A Dsstream74 typedef basic_string<char_type, _Traits, _Alloc> __string_type;
75 typedef typename __string_type::size_type __size_type;
82 __string_type _M_string;
107 basic_stringbuf(const __string_type& __str,
121 __string_type
124 __string_type __ret;
129 __ret = __string_type(this->pbase(), this->pptr());
131 __ret = __string_type(this->pbase(), this->egptr());
146 str(const __string_type& __s)
277 typedef basic_string<_CharT, _Traits, _Alloc> __string_type;
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/src/c++98/
H A Distream-string.cc50 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()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dsstream80 typedef basic_string<char_type, _Traits, _Alloc> __string_type;
81 typedef typename __string_type::size_type __size_type;
88 __string_type _M_string;
113 basic_stringbuf(const __string_type& __str,
166 __string_type
169 __string_type __ret(_M_string.get_allocator());
191 str(const __string_type& __s)
395 typedef basic_string<_CharT, _Traits, _Alloc> __string_type;
435 basic_istringstream(const __string_type& __str,
493 __string_type
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Dvstring.tcc198 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()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Dvstring.tcc198 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()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/src/c++98/
H A Distream.cc286 typedef basic_string<char> __string_type; in operator >>() typedef
287 typedef __string_type::size_type __size_type; in operator >>()
366 typedef basic_string<char> __string_type; in getline() typedef
367 typedef __string_type::size_type __size_type; in getline()
611 typedef basic_string<wchar_t> __string_type; in getline() typedef
612 typedef __string_type::size_type __size_type; in getline()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dbasic_string.tcc698 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; in operator +() typedef
699 typedef typename __string_type::size_type __size_type; in operator +()
701 __string_type __str; in operator +()
712 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; in operator +() typedef
713 typedef typename __string_type::size_type __size_type; in operator +()
714 __string_type __str; in operator +()
1002 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; in operator >>() typedef
1005 typedef typename __string_type::size_type __size_type; in operator >>()
1074 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; in getline() typedef
1077 typedef typename __string_type::size_type __size_type; in getline()
H A Dsstream.tcc115 __string_type __tmp; in overflow()
H A Dlocale_facets_nonio.h182 typedef basic_string<_CharT> __string_type; in _GLIBCXX_VISIBILITY() typedef
377 typedef basic_string<_CharT> __string_type; in _GLIBCXX_VISIBILITY() typedef
H A Dbasic_string.h2417 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; in _GLIBCXX_VISIBILITY() typedef
2418 typedef typename __string_type::size_type __size_type; in _GLIBCXX_VISIBILITY()
2419 __string_type __str(__lhs); in _GLIBCXX_VISIBILITY()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dbasic_string.tcc1161 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; in operator +() typedef
1162 typedef typename __string_type::size_type __size_type; in operator +()
1164 __string_type __str; in operator +()
1175 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; in operator +() typedef
1176 typedef typename __string_type::size_type __size_type; in operator +()
1177 __string_type __str; in operator +()
1469 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; in operator >>() typedef
1472 typedef typename __string_type::size_type __size_type; in operator >>()
1541 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; in getline() typedef
1544 typedef typename __string_type::size_type __size_type; in getline()
H A Dsstream.tcc132 __string_type __tmp(_M_string.get_allocator()); in overflow()
H A Dbasic_string.h5982 typedef basic_string<_CharT, _Traits, _Alloc> __string_type; in _GLIBCXX_VISIBILITY()
5983 typedef typename __string_type::size_type __size_type; in _GLIBCXX_VISIBILITY()
5984 __string_type __str(__lhs); in _GLIBCXX_VISIBILITY()