/openbsd-src/gnu/gcc/libstdc++-v3/include/std/ |
H A D | std_istream.h | 69 typedef basic_streambuf<_CharT, _Traits> __streambuf_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef 651 typedef basic_streambuf<_CharT, _Traits> __streambuf_type; typedef
|
H A D | std_ostream.h | 70 typedef basic_streambuf<_CharT, _Traits> __streambuf_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef
|
H A D | std_sstream.h | 75 typedef basic_streambuf<char_type, traits_type> __streambuf_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef
|
H A D | std_fstream.h | 79 typedef basic_streambuf<char_type, traits_type> __streambuf_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef
|
H A D | std_streambuf.h | 146 typedef basic_streambuf<char_type, traits_type> __streambuf_type; typedef
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/std/ |
H A D | std_sstream.h | 82 typedef basic_streambuf<char_type, traits_type> __streambuf_type; typedef 107 : __streambuf_type(), _M_string() in __streambuf_type() function 121 : __streambuf_type(), _M_string(__str.data(), __str.size()) in __streambuf_type() function
|
H A D | std_istream.h | 69 typedef basic_streambuf<_CharT, _Traits> __streambuf_type; typedef 582 typedef basic_streambuf<_CharT, _Traits> __streambuf_type; typedef
|
H A D | std_streambuf.h | 148 typedef basic_streambuf<char_type, traits_type> __streambuf_type; typedef 921 basic_streambuf(const __streambuf_type&) { }; in basic_streambuf()
|
H A D | std_ostream.h | 69 typedef basic_streambuf<_CharT, _Traits> __streambuf_type; typedef
|
H A D | std_fstream.h | 79 typedef basic_streambuf<char_type, traits_type> __streambuf_type; typedef
|
/openbsd-src/gnu/gcc/libstdc++-v3/src/ |
H A D | istream.cc | 194 typedef __istream_type::__streambuf_type __streambuf_type; in operator >>() typedef 270 typedef __istream_type::__streambuf_type __streambuf_type; in operator >>() typedef 346 typedef __istream_type::__streambuf_type __streambuf_type; in getline() typedef 575 typedef __istream_type::__streambuf_type __streambuf_type; in getline() typedef
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/ |
H A D | istream.tcc | 791 typedef typename __istream_type::__streambuf_type __streambuf_type; in operator >>() typedef 847 typedef typename __istream_type::__streambuf_type __streambuf_type; in ws() typedef 873 typedef typename __istream_type::__streambuf_type __streambuf_type; in operator >>() typedef 939 typedef typename __istream_type::__streambuf_type __streambuf_type; in getline() typedef
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A D | istream.tcc | 948 typedef typename __istream_type::__streambuf_type __streambuf_type; in operator >>() typedef 1003 typedef typename __istream_type::__streambuf_type __streambuf_type; in ws() typedef 1029 typedef typename __istream_type::__streambuf_type __streambuf_type; in operator >>() typedef 1086 typedef typename __istream_type::__streambuf_type __streambuf_type; in getline() typedef
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/ |
H A D | vstring.tcc | 556 typedef typename __istream_type::__streambuf_type __streambuf_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef 625 typedef typename __istream_type::__streambuf_type __streambuf_type; in getline() typedef
|