/reactos/sdk/include/c++/stlport/ |
H A 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) {
|
H A D | streambuf | 37 # include_next <streambuf> 39 # include _STLP_NATIVE_HEADER(streambuf)
|
H A D | streambuf.h | 37 using _STLP_STD::streambuf;
|
H A D | locale | 58 // some stuff for streambuf iterators ended up defined there
|
/reactos/dll/win32/msvcrt40/ |
H A D | msvcrt40.spec | 61 @ stub ??0streambuf@@IAE@PADH@Z 62 @ stub ??0streambuf@@IAE@XZ 63 @ stub ??0streambuf@@QAE@ABV0@@Z 92 @ stub ??1streambuf@@UAE@XZ 279 @ stub ?base@streambuf@@IBEPADXZ 284 @ stub ?blen@streambuf@@IBEHXZ 296 @ stub ?dbp@streambuf@@QAEXXZ 304 @ stub ?ebuf@streambuf@@IBEPADXZ 354 @ stub ?lock@streambuf@@QAEXXZ 431 @ stub ?sgetc@streambuf@@QAEHXZ [all …]
|
/reactos/dll/win32/msvcrt20/ |
H A D | msvcrt20.spec | 51 @ stub ??0streambuf@@IAE@PADH@Z # 52 @ stub ??0streambuf@@IAE@XZ # 53 @ stub ??0streambuf@@QAE@ABV0@@Z # 77 @ stub ??1streambuf@@UAE@XZ # 241 @ stub ?base@streambuf@@IBEPADXZ # 245 @ stub ?blen@streambuf@@IBEHXZ # 257 @ stub ?dbp@streambuf@@QAEXXZ # 265 @ stub ?ebuf@streambuf@@IBEPADXZ # 314 @ stub ?lock@streambuf@@QAEXXZ # 388 @ stub ?sgetc@streambuf@@QAEHXZ # [all …]
|
/reactos/sdk/lib/3rdparty/stlport/src/ |
H A 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()
|
H A D | stdio_streambuf.h | 59 streambuf* setbuf(char*, streamsize);
|
H A D | stdio_streambuf.cpp | 64 _STLP_STD::streambuf* stdio_streambuf_base::setbuf(char* s, streamsize n) { in setbuf()
|
/reactos/sdk/lib/3rdparty/stlport/test/unit/ |
H A D | full_streambuf.h | 11 class full_streambuf : public std::streambuf { 13 typedef std::streambuf _Base;
|
/reactos/sdk/include/c++/stlport/using/h/ |
H A D | streambuf.h | 1 using ::streambuf;
|
H A D | fstream.h | 1 using ::streambuf;
|
/reactos/sdk/include/c++/stlport/using/ |
H A D | export | 11 streambuf
|
H A D | streambuf | 2 using _STLP_NEW_IO_NAMESPACE::streambuf;
|
H A D | iosfwd | 26 using _STLP_NEW_IO_NAMESPACE::streambuf;
|
/reactos/sdk/lib/3rdparty/stlport/etc/ |
H A D | std_headers_classic_iostreams.txt | 7 streambuf.h
|
H A D | std_headers.txt | 29 streambuf
|
H A D | msvcincl.dat | 162 streambuf 163 streambuf.h
|
H A D | ChangeLog-5.1 | 5911 * test/unit/sstream_test.cpp, fstream_test.cpp: Fix of the tests on streambuf 6156 still bugged in case of a throwing output streambuf, detected thanks to the 6207 * test/unit/full_streambuf.h: streambuf implementation simulating full 6983 * src/streambuf.cpp: removed. 6991 * src/explore/Makefile.inc: remove streambuf.cpp 7656 * stlport/using/h/streambuf.h added (Thanks Gennadiy) 8026 * streambuf.cpp/_streambuf.h : fixes xsgetn() bug (thanks to Vadim Egorov)
|
H A D | ChangeLog | 789 ostream instances, only streambuf is a filebuf when the macro is 2732 ostream, sstream, streambuf, strstream: Allow use of iostream headers
|
/reactos/sdk/lib/3rdparty/stlport/test/eh/ |
H A 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()
|
/reactos/dll/shellext/shellbtrfs/ |
H A D | contextmenu.cpp | 830 vector<char> streambuf; in reflink_copy() local 834 streambuf.resize(streambufsize); in reflink_copy() 836 memset(streambuf.data(), 0, streambufsize); in reflink_copy() 838 …Status = NtQueryInformationFile(source, &iosb, streambuf.data(), streambufsize, FileStreamInformat… in reflink_copy() 844 auto fsi = reinterpret_cast<FILE_STREAM_INFORMATION*>(streambuf.data()); in reflink_copy() 1522 vector<char> streambuf; in reflink_copy2() local 1526 streambuf.resize(streambufsize); in reflink_copy2() 1528 memset(streambuf.data(), 0, streambufsize); in reflink_copy2() 1530 …Status = NtQueryInformationFile(source, &iosb, streambuf.data(), streambufsize, FileStreamInformat… in reflink_copy2() 1536 auto fsi = reinterpret_cast<FILE_STREAM_INFORMATION*>(streambuf.data()); in reflink_copy2()
|
/reactos/sdk/include/c++/stlport/stl/ |
H A D | _iosfwd.h | 123 typedef basic_streambuf<char,char_traits<char> > streambuf; typedef
|
H A D | _bitset.h | 769 streambuf* __buf = __is.rdbuf();
|
/reactos/modules/rosapps/applications/explorer-old/utility/ |
H A D | xmlstorage.h | 2607 struct fast_ostringbuffer : public std::streambuf
|