Home
last modified time | relevance | path

Searched refs:streambuf (Results 1 – 16 of 16) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/
Diostream.h55 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) {
Dstreambuf37 # include_next <streambuf>
39 # include _STLP_NATIVE_HEADER(streambuf)
Dstreambuf.h37 using _STLP_STD::streambuf;
Dlocale58 // some stuff for streambuf iterators ended up defined there
/ndk/sources/cxx-stl/stlport/src/
Diostream.cpp197 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()
Dstdio_streambuf.h59 streambuf* setbuf(char*, streamsize);
Dstdio_streambuf.cpp64 _STLP_STD::streambuf* stdio_streambuf_base::setbuf(char* s, streamsize n) { in setbuf()
/ndk/tests/device/test-gnustl-full/unit/
Dfull_streambuf.h11 class full_streambuf : public std::streambuf {
13 typedef std::streambuf _Base;
/ndk/tests/device/test-stlport/unit/
Dfull_streambuf.h11 class full_streambuf : public std::streambuf {
13 typedef std::streambuf _Base;
/ndk/sources/cxx-stl/stlport/stlport/using/h/
Dstreambuf.h1 using ::streambuf;
Dfstream.h1 using ::streambuf;
/ndk/sources/cxx-stl/stlport/stlport/using/
Dexport11 streambuf
Dstreambuf2 using _STLP_NEW_IO_NAMESPACE::streambuf;
Diosfwd26 using _STLP_NEW_IO_NAMESPACE::streambuf;
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_iosfwd.h123 typedef basic_streambuf<char,char_traits<char> > streambuf; typedef
D_bitset.h769 streambuf* __buf = __is.rdbuf();