Searched refs:streambuf (Results 1 – 21 of 21) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | streambuf.cppm |
|
/freebsd/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/contrib/llvm-project/libcxx/include/ |
H A D | iostream | 19 #include <streambuf> 45 #include <streambuf>
|
H A D | strstream | 52 virtual streambuf* setbuf(char* s, streamsize n); 148 class _LIBCPP_DEPRECATED _LIBCPP_EXPORTED_FROM_ABI strstreambuf : public streambuf { 205 : streambuf(__rhs), 221 streambuf::operator=(__rhs);
|
H A D | iosfwd | 55 typedef basic_streambuf<char> streambuf; 115 #include <__fwd/streambuf.h>
|
H A D | syncstream | 122 #include <streambuf> 226 …_LIBCPP_ASSERT_INTERNAL(__it != __lut_.end(), "using a wrapped streambuf that has not been registe… 227 _LIBCPP_ASSERT_INTERNAL(__it->second.__count >= 1, "found an inactive streambuf wrapper");
|
H A D | streambuf | 14 streambuf synopsis 112 #include <__fwd/streambuf.h>
|
H A D | __std_clang_module | 182 # include <streambuf>
|
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); 215 # include <streambuf> 3374 streambuf* __bufptr_; 3386 …wbuffer_convert(streambuf* __bytebuf, _Codecvt* __pcvt = new _Codecvt, state_type __state = state_… 3389 …wbuffer_convert(streambuf* __bytebuf = nullptr, _Codecvt* __pcvt = new _Codecvt, state_type __stat… 3394 _LIBCPP_HIDE_FROM_ABI streambuf* rdbuf() const { return __bufptr_; } [all …]
|
H A D | module.modulemap | 253 header "streambuf" 1387 module std_private_iosfwd_streambuf_fwd [system] { header "__fwd/streambuf.h" }
|
/freebsd/contrib/kyua/utils/process/ |
H A D | systembuf.hpp | 51 class systembuf : public std::streambuf, noncopyable {
|
/freebsd/contrib/llvm-project/libcxx/modules/ |
H A D | std.cppm |
|
H A D | std.cppm.in | 144 # include <streambuf>
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | strstream.cpp | 81 streambuf::swap(__rhs); in strstreambuf()
|
/freebsd/lib/libc++/ |
H A D | Makefile | 236 STD_HEADERS+= streambuf 802 FWD_HEADERS+= streambuf.h
|
H A D | libcxx.imp | 430 { include: [ "<__fwd/streambuf.h>", "private", "<iosfwd>", "public" ] },
|
/freebsd/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/contrib/flex/src/ |
H A D | flex.skl | 470 std::streambuf* yy_input_file;
|
/freebsd/ |
H A D | ObsoleteFiles.inc | 4369 OLD_FILES+=usr/include/c++/v1/tr1/streambuf 9635 OLD_FILES+=usr/include/c++/4.2/backward/streambuf.h 9716 OLD_FILES+=usr/include/c++/4.2/bits/streambuf.tcc 10096 OLD_FILES+=usr/include/c++/4.2/streambuf 17456 OLD_FILES+=usr/include/c++/3.4/backward/streambuf.h 17536 OLD_FILES+=usr/include/c++/3.4/bits/streambuf.tcc 17637 OLD_FILES+=usr/include/c++/3.4/streambuf 18129 OLD_FILES+=usr/include/c++/3.3/backward/streambuf.h 18212 OLD_FILES+=usr/include/c++/3.3/bits/streambuf.tcc 18284 OLD_FILES+=usr/include/c++/3.3/streambuf [all …]
|
/freebsd/contrib/bsnmp/tests/ |
H A D | catch.hpp | 11802 std::streambuf* m_prevBuf; 13408 class StreamBufImpl : public std::streambuf {
|
/freebsd/contrib/flex/ |
H A D | ChangeLog | 1599 …ray 'make' at line 545. Oops. Changed the buffer_state struct to store std::streambuf* instead of
|