Searched refs:basic_istringstream (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | sstream | 102 // Class template basic_istringstream [istringstream] 104 class basic_istringstream 116 … explicit basic_istringstream(ios_base::openmode which = ios_base::in); // before C++20 117 basic_istringstream() : basic_istringstream(ios_base::in) {} // C++20 118 explicit basic_istringstream(ios_base::openmode which); // C++20 119 explicit basic_istringstream(const basic_string<char_type, traits_type, allocator_type>& s, 121 basic_istringstream(ios_base::openmode which, const allocator_type& a); // C++20 122 explicit basic_istringstream(basic_string<char_type, traits_type, allocator_type>&& s, 125 …basic_istringstream(const basic_string<char_type, traits_type, SAlloc>& s, const allocator_type& a) 126 : basic_istringstream(s, ios_base::in, a) {} // C++20 [all …]
|
| H A D | iosfwd | 38 class basic_istringstream; 61 typedef basic_istringstream<char> istringstream; 76 typedef basic_istringstream<wchar_t> wistringstream;
|
| /freebsd/contrib/llvm-project/libcxx/include/__fwd/ |
| H A D | sstream.h | 26 class _LIBCPP_TEMPLATE_VIS basic_istringstream; variable 33 using istringstream = basic_istringstream<char>; 39 using wistringstream = basic_istringstream<wchar_t>; 48 _LIBCPP_IF_WIDE_CHARACTERS(_LIBCPP_PREFERRED_NAME(wistringstream)) basic_istringstream;
|
| /freebsd/contrib/llvm-project/libcxx/src/ |
| H A D | ios.instantiations.cpp | 38 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_istringstream<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 | 769 SYMBOL(basic_istringstream, std::, <sstream>) 770 SYMBOL(basic_istringstream, std::, <iosfwd>)
|