/openbsd-src/gnu/gcc/libstdc++-v3/include/std/ |
H A D | std_istream.h | 71 typedef basic_istream<_CharT, _Traits> __istream_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef 652 typedef basic_istream<_CharT, _Traits> __istream_type; typedef 791 typedef basic_istream<_CharT, _Traits> __istream_type; typedef
|
H A D | std_sstream.h | 277 typedef basic_istream<char_type, traits_type> __istream_type; typedef 300 : __istream_type(), _M_stringbuf(__mode | ios_base::in) in __istream_type() function 321 : __istream_type(), _M_stringbuf(__str, __mode | ios_base::in) in __istream_type() function
|
H A D | std_fstream.h | 436 typedef basic_istream<char_type, traits_type> __istream_type; typedef 465 : __istream_type(), _M_filebuf() in __istream_type() function
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/std/ |
H A D | std_istream.h | 71 typedef basic_istream<_CharT, _Traits> __istream_type; typedef 583 typedef basic_istream<_CharT, _Traits> __istream_type; typedef 717 typedef basic_istream<_CharT, _Traits> __istream_type; typedef
|
H A D | std_sstream.h | 305 typedef basic_istream<char_type, traits_type> __istream_type; typedef 333 : __istream_type(NULL), _M_stringbuf(__mode | ios_base::in) in __istream_type() function 354 : __istream_type(NULL), _M_stringbuf(__str, __mode | ios_base::in) in __istream_type() function
|
H A D | std_fstream.h | 484 typedef basic_istream<char_type, traits_type> __istream_type; typedef 519 : __istream_type(NULL), _M_filebuf() in __istream_type() function
|
/openbsd-src/gnu/gcc/libstdc++-v3/src/ |
H A D | istream.cc | 190 typedef basic_istream<char> __istream_type; in operator >>() typedef 266 typedef basic_istream<char> __istream_type; in operator >>() typedef 342 typedef basic_istream<char> __istream_type; in getline() typedef 571 typedef basic_istream<wchar_t> __istream_type; in getline() typedef
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/tr1/ |
H A D | random.tcc | 167 typedef std::basic_istream<_CharT, _Traits> __istream_type; in operator >>() typedef 303 typedef std::basic_istream<_CharT, _Traits> __istream_type; in operator >>() typedef 422 typedef std::basic_ostream<_CharT, _Traits> __istream_type; in operator >>() typedef 567 typedef std::basic_istream<_CharT, _Traits> __istream_type; in operator >>() typedef 632 typedef std::basic_istream<_CharT, _Traits> __istream_type; in operator >>() typedef 739 typedef std::basic_istream<_CharT, _Traits> __istream_type; in operator >>() typedef 778 typedef std::basic_istream<_CharT, _Traits> __istream_type; in operator >>() typedef 1031 typedef std::basic_istream<_CharT, _Traits> __istream_type; in operator >>() typedef 1270 typedef std::basic_istream<_CharT, _Traits> __istream_type; in operator >>() typedef 1313 typedef std::basic_istream<_CharT, _Traits> __istream_type; in operator >>() typedef [all …]
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/ |
H A D | istream.tcc | 763 typedef basic_istream<_CharT, _Traits> __istream_type; in operator >>() typedef 790 typedef basic_istream<_CharT, _Traits> __istream_type; in operator >>() typedef 846 typedef basic_istream<_CharT, _Traits> __istream_type; in ws() typedef 871 typedef basic_istream<_CharT, _Traits> __istream_type; in operator >>() typedef 937 typedef basic_istream<_CharT, _Traits> __istream_type; in getline() typedef
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A D | istream.tcc | 85 operator>>(__istream_type& (*__pf)(__istream_type&)) in operator >>() argument 922 typedef basic_istream<_CharT, _Traits> __istream_type; in operator >>() typedef 947 typedef basic_istream<_CharT, _Traits> __istream_type; in operator >>() typedef 1002 typedef basic_istream<_CharT, _Traits> __istream_type; in ws() typedef 1027 typedef basic_istream<_CharT, _Traits> __istream_type; in operator >>() typedef 1084 typedef basic_istream<_CharT, _Traits> __istream_type; in getline() typedef
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/ |
H A D | vstring.tcc | 554 typedef basic_istream<_CharT, _Traits> __istream_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef 623 typedef basic_istream<_CharT, _Traits> __istream_type; in getline() typedef
|