Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/include/__fwd/
H A Dstreambuf.h24 using streambuf = basic_streambuf<char>; variable
31 class _LIBCPP_PREFERRED_NAME(streambuf) _LIBCPP_IF_WIDE_CHARACTERS(_LIBCPP_PREFERRED_NAME(wstreambu…
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Diostream19 #include <streambuf>
46 #include <streambuf>
H A Dstrstream52 virtual streambuf* setbuf(char* s, streamsize n);
147 class _LIBCPP_DEPRECATED _LIBCPP_EXPORTED_FROM_ABI strstreambuf : public streambuf {
204 : streambuf(__rhs),
220 streambuf::operator=(__rhs);
H A Diosfwd56 typedef basic_streambuf<char> streambuf;
116 #include <__fwd/streambuf.h>
H A Dstreambuf14 streambuf synopsis
112 #include <__fwd/streambuf.h>
H A D__std_clang_module182 # include <streambuf>
H A Dsyncstream224 …_LIBCPP_ASSERT_INTERNAL(__it != __lut_.end(), "using a wrapped streambuf that has not been registe…
225 _LIBCPP_ASSERT_INTERNAL(__it->second.__count >= 1, "found an inactive streambuf wrapper");
H A Dlocale128 wbuffer_convert(streambuf* bytebuf = 0, Codecvt* pcvt = new Codecvt,
130 explicit wbuffer_convert(streambuf* bytebuf = nullptr, Codecvt* pcvt = new Codecvt,
133 explicit wbuffer_convert(streambuf* bytebuf, Codecvt* pcvt = new Codecvt,
140 streambuf* rdbuf() const;
141 streambuf* rdbuf(streambuf* bytebuf);
212 #include <streambuf>
3343 streambuf* __bufptr_;
3358 …wbuffer_convert(streambuf* __bytebuf, _Codecvt* __pcvt = new _Codecvt, state_type __state = state_…
3366 _LIBCPP_HIDE_FROM_ABI streambuf* rdbuf() const { return __bufptr_; }
3367 _LIBCPP_HIDE_FROM_ABI streambuf* rdbuf(streambuf* __bytebuf) {
[all …]
H A Dlibcxx.imp434 { include: [ "<__fwd/streambuf.h>", "private", "<streambuf>", "public" ] },
H A Dmodule.modulemap.in253 header "streambuf"
1398 module std_private_iosfwd_streambuf_fwd [system] { header "__fwd/streambuf.h" }
H A Dostream194 #include <streambuf>
/freebsd-14.2/contrib/kyua/utils/process/
H A Dsystembuf.hpp51 class systembuf : public std::streambuf, noncopyable {
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dstreambuf.inc13 using std::streambuf;
/freebsd-14.2/contrib/llvm-project/libcxx/src/
H A Dstrstream.cpp81 streambuf::swap(__rhs); in swap()
/freebsd-14.2/contrib/llvm-project/libcxx/modules/
H A Dstd.cppm.in144 # include <streambuf>
/freebsd-14.2/lib/libc++/
H A DMakefile229 STD_HEADERS+= streambuf
811 FWD_HEADERS+= streambuf.h
H A Dmodule.modulemap253 header "streambuf"
1398 module std_private_iosfwd_streambuf_fwd [system] { header "__fwd/streambuf.h" }
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc788 SYMBOL(basic_streambuf, std::, <streambuf>)
1239 SYMBOL(filebuf, std::, <streambuf>)
2738 SYMBOL(streambuf, std::, <streambuf>)
2739 SYMBOL(streambuf, std::, <iostream>)
2740 SYMBOL(streambuf, std::, <iosfwd>)
3236 SYMBOL(wfilebuf, std::, <streambuf>)
3302 SYMBOL(wstreambuf, std::, <streambuf>)
/freebsd-14.2/contrib/flex/src/
H A Dflex.skl470 std::streambuf* yy_input_file;
/freebsd-14.2/
H A DObsoleteFiles.inc3605 OLD_FILES+=usr/include/c++/v1/tr1/streambuf
8871 OLD_FILES+=usr/include/c++/4.2/backward/streambuf.h
8952 OLD_FILES+=usr/include/c++/4.2/bits/streambuf.tcc
9332 OLD_FILES+=usr/include/c++/4.2/streambuf
16697 OLD_FILES+=usr/include/c++/3.4/backward/streambuf.h
16777 OLD_FILES+=usr/include/c++/3.4/bits/streambuf.tcc
16878 OLD_FILES+=usr/include/c++/3.4/streambuf
17370 OLD_FILES+=usr/include/c++/3.3/backward/streambuf.h
17453 OLD_FILES+=usr/include/c++/3.3/bits/streambuf.tcc
17525 OLD_FILES+=usr/include/c++/3.3/streambuf
[all …]
/freebsd-14.2/contrib/bsnmp/tests/
H A Dcatch.hpp11802 std::streambuf* m_prevBuf;
13408 class StreamBufImpl : public std::streambuf {
/freebsd-14.2/contrib/flex/
H A DChangeLog1599 …ray 'make' at line 545. Oops. Changed the buffer_state struct to store std::streambuf* instead of