Searched refs:__istream_type (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/libstdc++/include/std/
H A Dstd_istream.h71 typedef basic_istream<_CharT, _Traits> __istream_type; typedef in class:basic_istream
130 __istream_type&
131 operator>>(__istream_type& (*__pf)(__istream_type&))
134 __istream_type&
141 __istream_type&
177 __istream_type&
181 __istream_type&
184 __istream_type&
188 __istream_type
652 typedef basic_istream<_CharT, _Traits> __istream_type; typedef in class:basic_istream::sentry
791 typedef basic_istream<_CharT, _Traits> __istream_type; typedef in class:basic_iostream
[all...]
H A Dstd_fstream.h436 typedef basic_istream<char_type, traits_type> __istream_type; typedef in class:basic_ifstream
450 basic_ifstream() : __istream_type(), _M_filebuf()
465 : __istream_type(), _M_filebuf()
H A Dstd_sstream.h279 typedef basic_istream<char_type, traits_type> __istream_type; typedef in class:basic_istringstream
302 : __istream_type(), _M_stringbuf(__mode | ios_base::in)
323 : __istream_type(), _M_stringbuf(__str, __mode | ios_base::in)
/freebsd-10.0-release/contrib/libstdc++/src/
H A Distream.cc190 typedef basic_istream<char> __istream_type; typedef
191 typedef __istream_type::int_type __int_type;
192 typedef __istream_type::char_type __char_type;
193 typedef __istream_type::traits_type __traits_type;
194 typedef __istream_type::__streambuf_type __streambuf_type;
195 typedef __istream_type::__ctype_type __ctype_type;
199 __istream_type::sentry __cerb(__in, false);
266 typedef basic_istream<char> __istream_type; typedef
267 typedef __istream_type::int_type __int_type;
268 typedef __istream_type
342 typedef basic_istream<char> __istream_type; typedef
571 typedef basic_istream<wchar_t> __istream_type; typedef
[all...]

Completed in 289 milliseconds