Searched refs:streambuf (Results 1 – 16 of 16) sorted by relevance
55 istream_withassign() : istream((streambuf*)0) {}62 istream_withassign& operator=(streambuf* __s) {70 ostream_withassign() : ostream((streambuf*)0) {} in ostream_withassign()77 ostream_withassign& operator=(streambuf* __s) {85 iostream_withassign() : iostream((streambuf*)0) {} in iostream_withassign()91 iostream_withassign & operator=(streambuf* __s) {
37 # include_next <streambuf>39 # include _STLP_NATIVE_HEADER(streambuf)
37 using _STLP_STD::streambuf;
58 // some stuff for streambuf iterators ended up defined there
197 auto_ptr<streambuf> cin_buf; in _S_initialize()198 auto_ptr<streambuf> cout_buf; in _S_initialize()199 auto_ptr<streambuf> cerr_buf; in _S_initialize()200 auto_ptr<streambuf> clog_buf; in _S_initialize()311 auto_ptr<streambuf> cin_buf; in sync_with_stdio()312 auto_ptr<streambuf> cout_buf; in sync_with_stdio()313 auto_ptr<streambuf> cerr_buf; in sync_with_stdio()314 auto_ptr<streambuf> clog_buf; in sync_with_stdio()
59 streambuf* setbuf(char*, streamsize);
64 _STLP_STD::streambuf* stdio_streambuf_base::setbuf(char* s, streamsize n) { in setbuf()
11 class full_streambuf : public std::streambuf {13 typedef std::streambuf _Base;
1 using ::streambuf;
11 streambuf
2 using _STLP_NEW_IO_NAMESPACE::streambuf;
26 using _STLP_NEW_IO_NAMESPACE::streambuf;
123 typedef basic_streambuf<char,char_traits<char> > streambuf; typedef
769 streambuf* __buf = __is.rdbuf();