Searched refs:__streambuf_type (Results 1 - 10 of 10) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/src/
H A Distream.cc48 __streambuf_type* __sb = this->rdbuf();
126 __streambuf_type* __sb = this->rdbuf();
202 typedef __istream_type::__streambuf_type __streambuf_type; typedef
220 __streambuf_type* __sb = __in.rdbuf();
283 typedef __istream_type::__streambuf_type __streambuf_type; typedef
301 __streambuf_type* __sb = __in.rdbuf();
364 typedef __istream_type::__streambuf_type __streambuf_type; typedef
610 typedef __istream_type::__streambuf_type __streambuf_type; typedef
[all...]
H A Dcompatibility.cc71 __streambuf_type* __sb = this->rdbuf();
143 __streambuf_type* __sb = this->rdbuf();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/src/
H A Distream.cc52 __streambuf_type* __sb = this->rdbuf();
125 __streambuf_type* __sb = this->rdbuf();
194 typedef __istream_type::__streambuf_type __streambuf_type; typedef
212 __streambuf_type* __sb = __in.rdbuf();
270 typedef __istream_type::__streambuf_type __streambuf_type; typedef
288 __streambuf_type* __sb = __in.rdbuf();
346 typedef __istream_type::__streambuf_type __streambuf_type; typedef
575 typedef __istream_type::__streambuf_type __streambuf_type; typedef
[all...]
H A Dcompatibility.cc73 __streambuf_type* __sb = this->rdbuf();
139 __streambuf_type* __sb = this->rdbuf();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/lto/
H A D20081219_0.C52 typedef basic_streambuf < _CharT, _Traits > __streambuf_type; typedef in class:std::basic_istream
54 public: explicit basic_istream (__streambuf_type * __sb):_M_gcount (streamsize
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/std/
H A Dstd_streambuf.h144 typedef basic_streambuf<char_type, traits_type> __streambuf_type; typedef in class:std::basic_streambuf
154 __copy_streambufs<>(__streambuf_type* __sbin,
155 __streambuf_type* __sbout);
240 __streambuf_type*
781 basic_streambuf(const __streambuf_type& __sb)
788 __streambuf_type&
789 operator=(const __streambuf_type&) { return *this; }; argument
H A Dstd_istream.h69 typedef basic_streambuf<_CharT, _Traits> __streambuf_type; typedef in class:std::basic_istream
104 basic_istream(__streambuf_type* __sb): _M_gcount(streamsize(0))
230 operator>>(__streambuf_type* __sb);
347 get(__streambuf_type& __sb, char_type __delim);
357 get(__streambuf_type& __sb)
627 typedef basic_streambuf<_CharT, _Traits> __streambuf_type; typedef in class:std::basic_istream::sentry
H A Dstd_sstream.h75 typedef basic_streambuf<char_type, traits_type> __streambuf_type; typedef in class:std::basic_stringbuf
101 : __streambuf_type(), _M_mode(__mode), _M_string()
115 : __streambuf_type(), _M_mode(), _M_string(__str.data(), __str.size())
203 virtual __streambuf_type*
H A Dstd_ostream.h68 typedef basic_streambuf<_CharT, _Traits> __streambuf_type; typedef in class:std::basic_ostream
104 basic_ostream(__streambuf_type* __sb)
229 operator<<(__streambuf_type* __sb);
H A Dstd_fstream.h78 typedef basic_streambuf<char_type, traits_type> __streambuf_type; typedef in class:std::basic_filebuf
329 virtual __streambuf_type*

Completed in 289 milliseconds