Searched refs:streambuf (Results 1 – 25 of 28) sorted by relevance
12
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;
32 #include <streambuf.h>37 class stringbuf : public streambuf47 : streambuf(), mode(static_cast<ios::open_mode>(which)),55 : streambuf(), mode(static_cast<ios::open_mode>(which)),126 virtual streambuf*
1 using ::streambuf;
11 streambuf
2 using _STLP_NEW_IO_NAMESPACE::streambuf;
26 using _STLP_NEW_IO_NAMESPACE::streambuf;
7 streambuf.h
29 streambuf
162 streambuf163 streambuf.h
27 class gzfilebuf : public std::streambuf135 virtual std::streambuf*
265 std::streambuf*
158 std::streambuf* old_cout_buf = cout.rdbuf(file.rdbuf()); in main()159 std::streambuf* old_cerr_buf = cerr.rdbuf(file.rdbuf()); in main()
1285 27.6.1 [streambuf.reqts]1286 27.6.2 [streambuf]1287 27.6.2.1 [streambuf.cons]1288 27.6.2.2 [streambuf.members]1289 27.6.2.2.1 [streambuf.locales]1290 27.6.2.2.2 [streambuf.buffer]1291 27.6.2.2.3 [streambuf.pub.get]1292 27.6.2.2.4 [streambuf.pub.pback]1293 27.6.2.2.5 [streambuf.pub.put]1294 27.6.2.3 [streambuf.protected][all …]
8 class gzfilebuf : public streambuf {
123 typedef basic_streambuf<char,char_traits<char> > streambuf; typedef
769 streambuf* __buf = __is.rdbuf();
137 "\<([io]streambuf_iterator|basic_(ios|streambuf|([io]|io)stream|filebuf|[io]?fstream))<${typename},…