Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dstreambuf.cppm
/freebsd/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/contrib/llvm-project/libcxx/include/
H A Diostream19 #include <streambuf>
45 #include <streambuf>
H A Dstrstream52 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 Diosfwd55 typedef basic_streambuf<char> streambuf;
115 #include <__fwd/streambuf.h>
H A Dsyncstream122 #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 Dstreambuf14 streambuf synopsis
112 #include <__fwd/streambuf.h>
H A D__std_clang_module182 # include <streambuf>
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);
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 Dmodule.modulemap253 header "streambuf"
1387 module std_private_iosfwd_streambuf_fwd [system] { header "__fwd/streambuf.h" }
/freebsd/contrib/kyua/utils/process/
H A Dsystembuf.hpp51 class systembuf : public std::streambuf, noncopyable {
/freebsd/contrib/llvm-project/libcxx/modules/
H A Dstd.cppm
H A Dstd.cppm.in144 # include <streambuf>
/freebsd/contrib/llvm-project/libcxx/src/
H A Dstrstream.cpp81 streambuf::swap(__rhs); in strstreambuf()
/freebsd/lib/libc++/
H A DMakefile236 STD_HEADERS+= streambuf
802 FWD_HEADERS+= streambuf.h
H A Dlibcxx.imp430 { include: [ "<__fwd/streambuf.h>", "private", "<iosfwd>", "public" ] },
/freebsd/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/contrib/flex/src/
H A Dflex.skl470 std::streambuf* yy_input_file;
/freebsd/
H A DObsoleteFiles.inc4369 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 Dcatch.hpp11802 std::streambuf* m_prevBuf;
13408 class StreamBufImpl : public std::streambuf {
/freebsd/contrib/flex/
H A DChangeLog1599 …ray 'make' at line 545. Oops. Changed the buffer_state struct to store std::streambuf* instead of