Searched refs:basic_stringbuf (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | sstream | 18 // Class template basic_stringbuf [stringbuf] 20 class basic_stringbuf 32 … explicit basic_stringbuf(ios_base::openmode which = ios_base::in | ios_base::out); // before C++20 33 basic_stringbuf() : basic_stringbuf(ios_base::in | ios_base::out) {} // C++20 34 explicit basic_stringbuf(ios_base::openmode which); // C++20 35 explicit basic_stringbuf(const basic_string<char_type, traits_type, allocator_type>& s, 37 explicit basic_stringbuf(const allocator_type& a) 38 : basic_stringbuf(ios_base::in | ios_base::out, a) {} // C++20 39 basic_stringbuf(ios_base::openmode which, const allocator_type& a); // C++20 40 explicit basic_stringbuf(basic_string<char_type, traits_type, allocator_type>&& s, [all …]
|
H A D | iosfwd | 36 class basic_stringbuf; 60 typedef basic_stringbuf<char> stringbuf; 75 typedef basic_stringbuf<wchar_t> wstringbuf;
|
/freebsd/contrib/llvm-project/libcxx/include/__fwd/ |
H A D | sstream.h | 23 class _LIBCPP_TEMPLATE_VIS basic_stringbuf; variable 32 using stringbuf = basic_stringbuf<char>; 38 using wstringbuf = basic_stringbuf<wchar_t>; 45 …RED_NAME(stringbuf) _LIBCPP_IF_WIDE_CHARACTERS(_LIBCPP_PREFERRED_NAME(wstringbuf)) basic_stringbuf;
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | ios.instantiations.cpp | 35 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_stringbuf<char>; variable
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | sstream.cppm |
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StdSymbolMap.inc | 793 SYMBOL(basic_stringbuf, std::, <sstream>) 794 SYMBOL(basic_stringbuf, std::, <iosfwd>)
|