Home
last modified time | relevance | path

Searched refs:basic_ostringstream (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/
H A Dsstream170 // Class template basic_ostringstream [ostringstream]
172 class basic_ostringstream
185 … explicit basic_ostringstream(ios_base::openmode which = ios_base::out); // before C++20
186 basic_ostringstream() : basic_ostringstream(ios_base::out) {} // C++20
187 explicit basic_ostringstream(ios_base::openmode which); // C++20
188 explicit basic_ostringstream(const basic_string<char_type, traits_type, allocator_type>& s,
190 basic_ostringstream(ios_base::openmode which, const allocator_type& a); // C++20
191 explicit basic_ostringstream(basic_string<char_type, traits_type, allocator_type>&& s,
194basic_ostringstream(const basic_string<char_type, traits_type, SAlloc>& s, const allocator_type& a)
195 : basic_ostringstream(s, ios_base::out, a) {} // C++20
[all …]
H A Diosfwd40 class basic_ostringstream;
62 typedef basic_ostringstream<char> ostringstream;
77 typedef basic_ostringstream<wchar_t> wostringstream;
H A Dcomplex270 # include <sstream> // for std::basic_ostringstream
1377 basic_ostringstream<_CharT, _Traits> __s;
/freebsd/contrib/llvm-project/libcxx/include/__fwd/
H A Dsstream.h28 class _LIBCPP_TEMPLATE_VIS basic_ostringstream; variable
34 using ostringstream = basic_ostringstream<char>;
40 using wostringstream = basic_ostringstream<wchar_t>;
51 _LIBCPP_IF_WIDE_CHARACTERS(_LIBCPP_PREFERRED_NAME(wostringstream)) basic_ostringstream;
/freebsd/contrib/llvm-project/libcxx/src/
H A Dios.instantiations.cpp37 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_ostringstream<char>; variable
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dsstream.cppm
/freebsd/contrib/llvm-project/libcxx/include/__thread/
H A Dthread.h140 basic_ostringstream<_CharT, _Traits> __sstr;
/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dostream.h129 basic_ostringstream<_CharT, _Traits> __s;
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc778 SYMBOL(basic_ostringstream, std::, <sstream>)
779 SYMBOL(basic_ostringstream, std::, <iosfwd>)