Home
last modified time | relevance | path

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

/reactos/sdk/include/c++/stlport/
H A 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) {
H A Dstreambuf37 # include_next <streambuf>
39 # include _STLP_NATIVE_HEADER(streambuf)
H A Dstreambuf.h37 using _STLP_STD::streambuf;
H A Dlocale58 // some stuff for streambuf iterators ended up defined there
/reactos/dll/win32/msvcrt40/
H A Dmsvcrt40.spec61 @ 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 Dmsvcrt20.spec51 @ 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 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()
H A Dstdio_streambuf.h59 streambuf* setbuf(char*, streamsize);
H A Dstdio_streambuf.cpp64 _STLP_STD::streambuf* stdio_streambuf_base::setbuf(char* s, streamsize n) { in setbuf()
/reactos/sdk/lib/3rdparty/stlport/test/unit/
H A Dfull_streambuf.h11 class full_streambuf : public std::streambuf {
13 typedef std::streambuf _Base;
/reactos/sdk/include/c++/stlport/using/h/
H A Dstreambuf.h1 using ::streambuf;
H A Dfstream.h1 using ::streambuf;
/reactos/sdk/include/c++/stlport/using/
H A Dexport11 streambuf
H A Dstreambuf2 using _STLP_NEW_IO_NAMESPACE::streambuf;
H A Diosfwd26 using _STLP_NEW_IO_NAMESPACE::streambuf;
/reactos/sdk/lib/3rdparty/stlport/etc/
H A Dstd_headers_classic_iostreams.txt7 streambuf.h
H A Dstd_headers.txt29 streambuf
H A Dmsvcincl.dat162 streambuf
163 streambuf.h
H A DChangeLog-5.15911 * 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 DChangeLog789 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 Dmain.cpp158 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 Dcontextmenu.cpp830 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.h123 typedef basic_streambuf<char,char_traits<char> > streambuf; typedef
H A D_bitset.h769 streambuf* __buf = __is.rdbuf();
/reactos/modules/rosapps/applications/explorer-old/utility/
H A Dxmlstorage.h2607 struct fast_ostringbuffer : public std::streambuf