/external/astl/src/ |
D | streambuf.cpp | 34 streambuf::streambuf() in streambuf() function in std::streambuf 37 streambuf::streambuf(const streambuf& sb) in streambuf() function in std::streambuf 40 streambuf::~streambuf() {} in ~streambuf() 42 streamsize streambuf::xsputn(const char_type* str, streamsize num) { in xsputn()
|
D | basic_ios.cpp | 39 streambuf* basic_ios::rdbuf(streambuf *sb) { in rdbuf() 43 void basic_ios::init(streambuf* sb) { in init()
|
D | stdio_filebuf.cpp | 43 stdio_filebuf::xsputn(const std::streambuf::char_type* str, std::streamsize num) { in xsputn()
|
D | Android.mk | 28 streambuf.cpp \
|
/external/astl/include/ |
D | basic_ios.h | 45 class streambuf; variable 66 streambuf* rdbuf(streambuf *sb); 70 streambuf* rdbuf() const { return mStreambuf; } in rdbuf() 73 void init(streambuf* sb); 74 streambuf* mStreambuf;
|
D | streambuf | 38 * Basic implementation of streambuf. The STL standard defines a 48 class streambuf 58 virtual ~streambuf(); 88 streambuf(); 149 streambuf(const streambuf& sb); 150 streambuf& operator=(const streambuf&) { return *this; }
|
D | sstream | 35 #include <streambuf> 44 struct basic_stringbuf : public streambuf { 46 typedef streambuf::traits_type traits_type; 47 typedef streambuf::char_type char_type; 48 typedef streambuf::int_type int_type; 49 typedef streambuf::pos_type pos_type; 50 typedef streambuf::off_type off_type;
|
D | stdio_filebuf.h | 43 class stdio_filebuf: public std::streambuf
|
/external/astl/tests/ |
D | test_streambuf.cpp | 41 class streambuf: public std::streambuf { class 43 streambuf() { in streambuf() function in android::streambuf 52 streambuf buf; in testSputc() 68 streambuf buf; in testSputn()
|
/external/stlport/stlport/ |
D | iostream.h | 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) {
|
D | streambuf | 37 # include_next <streambuf> 39 # include _STLP_NATIVE_HEADER(streambuf)
|
D | streambuf.h | 37 using _STLP_STD::streambuf;
|
/external/stlport/src/ |
D | iostream.cpp | 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()
|
D | stdio_streambuf.h | 59 streambuf* setbuf(char*, streamsize);
|
/external/stlport/test/unit/ |
D | full_streambuf.h | 11 class full_streambuf : public std::streambuf { 13 typedef std::streambuf _Base;
|
/external/oprofile/include/ |
D | sstream | 32 #include <streambuf.h> 37 class stringbuf : public streambuf 47 : streambuf(), mode(static_cast<ios::open_mode>(which)), 55 : streambuf(), mode(static_cast<ios::open_mode>(which)), 126 virtual streambuf*
|
/external/stlport/stlport/using/h/ |
D | streambuf.h | 1 using ::streambuf;
|
D | fstream.h | 1 using ::streambuf;
|
/external/stlport/stlport/using/ |
D | streambuf | 2 using _STLP_NEW_IO_NAMESPACE::streambuf;
|
D | export | 11 streambuf
|
/external/stlport/etc/ |
D | std_headers_classic_iostreams.txt | 7 streambuf.h
|
D | std_headers.txt | 29 streambuf
|
/external/zlib/contrib/iostream3/ |
D | zfstream.h | 27 class gzfilebuf : public std::streambuf 135 virtual std::streambuf*
|
/external/stlport/test/eh/ |
D | main.cpp | 158 std::streambuf* old_cout_buf = cout.rdbuf(file.rdbuf()); in main() 159 std::streambuf* old_cerr_buf = cerr.rdbuf(file.rdbuf()); in main()
|
/external/clang/test/ |
D | cxx-sections.data | 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 …]
|