Searched refs:basic_stringstream (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | sstream | 239 // Class template basic_stringstream [stringstream] 241 class basic_stringstream 254 …explicit basic_stringstream(ios_base::openmode which = ios_base::out | ios_base::in); // before C+… 255 basic_stringstream() : basic_stringstream(ios_base::out | ios_base::in) {} // C++20 256 explicit basic_stringstream(ios_base::openmode which); // C++20 257 explicit basic_stringstream(const basic_string<char_type, traits_type, allocator_type>& s, 259 basic_stringstream(ios_base::openmode which, const allocator_type& a); // C++20 260 explicit basic_stringstream(basic_string<char_type, traits_type, allocator_type>&& s, 263 … basic_stringstream(const basic_string<char_type, traits_type, SAlloc>& s, const allocator_type& a) 264 : basic_stringstream(s, ios_base::out | ios_base::in, a) {} // C++20 [all …]
|
H A D | iosfwd | 42 class basic_stringstream; 63 typedef basic_stringstream<char> stringstream; 78 typedef basic_stringstream<wchar_t> wstringstream;
|
/freebsd/contrib/llvm-project/libcxx/include/__fwd/ |
H A D | sstream.h | 30 class _LIBCPP_TEMPLATE_VIS basic_stringstream; variable 35 using stringstream = basic_stringstream<char>; 41 using wstringstream = basic_stringstream<wchar_t>; 54 _LIBCPP_IF_WIDE_CHARACTERS(_LIBCPP_PREFERRED_NAME(wstringstream)) basic_stringstream;
|
/freebsd/contrib/llvm-project/libcxx/include/__chrono/ |
H A D | formatter.h | 88 __format_sub_seconds(basic_stringstream<_CharT>& __sstr, const chrono::duration<_Rep, _Period>& __v… in __format_sub_seconds() 122 _LIBCPP_HIDE_FROM_ABI void __format_sub_seconds(basic_stringstream<_CharT>& __sstr, const _Tp& __va… in __format_sub_seconds() 128 __format_sub_seconds(basic_stringstream<_CharT>& __sstr, const chrono::hh_mm_ss<_Duration>& __value… in __format_sub_seconds() 146 __format_sub_seconds(basic_stringstream<_CharT>& __sstr, const chrono::zoned_time<_Duration, _TimeZ… in __format_sub_seconds() 169 _LIBCPP_HIDE_FROM_ABI void __format_year(basic_stringstream<_CharT>& __sstr, int __year) { in __format_year() 185 _LIBCPP_HIDE_FROM_ABI void __format_century(basic_stringstream<_CharT>& __sstr, int __year) { in __format_century() 201 __format_zone_offset(basic_stringstream<_CharT>& __sstr, chrono::seconds __offset, bool __modifier)… in __format_zone_offset() 243 …basic_stringstream<_CharT>& __sstr, const _Tp& __value, basic_string_view<_CharT> __chrono_specs) { in __format_chrono_using_chrono_specs() 619 basic_stringstream<_CharT> __sstr; in __format_chrono()
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | ios.instantiations.cpp | 36 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_stringstream<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 | 795 SYMBOL(basic_stringstream, std::, <sstream>) 796 SYMBOL(basic_stringstream, std::, <iosfwd>)
|