| /freebsd-14.2/contrib/llvm-project/libcxx/include/__fwd/ |
| H A D | streambuf.h | 24 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 D | iostream | 19 #include <streambuf> 46 #include <streambuf>
|
| H A D | strstream | 52 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 D | iosfwd | 56 typedef basic_streambuf<char> streambuf; 116 #include <__fwd/streambuf.h>
|
| H A D | streambuf | 14 streambuf synopsis 112 #include <__fwd/streambuf.h>
|
| H A D | __std_clang_module | 182 # include <streambuf>
|
| H A D | syncstream | 224 …_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 D | locale | 128 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 D | libcxx.imp | 434 { include: [ "<__fwd/streambuf.h>", "private", "<streambuf>", "public" ] },
|
| H A D | module.modulemap.in | 253 header "streambuf" 1398 module std_private_iosfwd_streambuf_fwd [system] { header "__fwd/streambuf.h" }
|
| H A D | ostream | 194 #include <streambuf>
|
| /freebsd-14.2/contrib/kyua/utils/process/ |
| H A D | systembuf.hpp | 51 class systembuf : public std::streambuf, noncopyable {
|
| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std/ |
| H A D | streambuf.inc | 13 using std::streambuf;
|
| /freebsd-14.2/contrib/llvm-project/libcxx/src/ |
| H A D | strstream.cpp | 81 streambuf::swap(__rhs); in swap()
|
| /freebsd-14.2/contrib/llvm-project/libcxx/modules/ |
| H A D | std.cppm.in | 144 # include <streambuf>
|
| /freebsd-14.2/lib/libc++/ |
| H A D | Makefile | 229 STD_HEADERS+= streambuf 811 FWD_HEADERS+= streambuf.h
|
| H A D | module.modulemap | 253 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 D | StdSymbolMap.inc | 788 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 D | flex.skl | 470 std::streambuf* yy_input_file;
|
| /freebsd-14.2/ |
| H A D | ObsoleteFiles.inc | 3605 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 D | catch.hpp | 11802 std::streambuf* m_prevBuf; 13408 class StreamBufImpl : public std::streambuf {
|
| /freebsd-14.2/contrib/flex/ |
| H A D | ChangeLog | 1599 …ray 'make' at line 545. Oops. Changed the buffer_state struct to store std::streambuf* instead of
|