Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/input.output/string.streams/ostringstream/
H A Dtypes.pass.cpp30 …static_assert((std::is_base_of<std::basic_ostream<char>, std::basic_ostringstream<char> >::value),… in main()
31 static_assert((std::is_same<std::basic_ostringstream<char>::char_type, char>::value), ""); in main()
32 …static_assert((std::is_same<std::basic_ostringstream<char>::traits_type, std::char_traits<char> >:… in main()
33 …static_assert((std::is_same<std::basic_ostringstream<char>::int_type, std::char_traits<char>::int_… in main()
34 …static_assert((std::is_same<std::basic_ostringstream<char>::pos_type, std::char_traits<char>::pos_… in main()
35 …static_assert((std::is_same<std::basic_ostringstream<char>::off_type, std::char_traits<char>::off_… in main()
36 …static_assert((std::is_same<std::basic_ostringstream<char>::allocator_type, std::allocator<char> >… in main()
/llvm-project-15.0.7/libcxx/include/
H A Dsstream102 class basic_ostringstream
116 basic_ostringstream() : basic_ostringstream(ios_base::out) {} // C++20
121 basic_ostringstream(basic_ostringstream&& rhs);
124 basic_ostringstream& operator=(basic_ostringstream&& rhs);
125 void swap(basic_ostringstream& rhs);
702 // basic_ostringstream
705 class _LIBCPP_TEMPLATE_VIS basic_ostringstream
724 basic_ostringstream()
739 basic_ostringstream(basic_ostringstream&& __rhs)
747 basic_ostringstream& operator=(basic_ostringstream&& __rhs) {
[all …]
H A Diosfwd41 class basic_ostringstream;
63 typedef basic_ostringstream<char> ostringstream;
78 typedef basic_ostringstream<wchar_t> wostringstream;
143 class _LIBCPP_TEMPLATE_VIS basic_ostringstream;
174 typedef basic_ostringstream<char> ostringstream;
190 typedef basic_ostringstream<wchar_t> wostringstream;
216 …ringstream) _LIBCPP_IF_WIDE_CHARACTERS(_LIBCPP_PREFERRED_NAME(wostringstream)) basic_ostringstream;
H A Dcomplex243 # include <sstream> // for std::basic_ostringstream
1443 basic_ostringstream<_CharT, _Traits> __s;
/llvm-project-15.0.7/libcxx/test/std/strings/basic.string/string.nonmembers/string.io/
H A Dstream_insert.pass.cpp60 std::basic_ostringstream<S::value_type, S::traits_type, S::allocator_type> out; in main()
68 std::basic_ostringstream<S::value_type, S::traits_type, S::allocator_type> out; in main()
78 std::basic_ostringstream<S::value_type, S::traits_type, S::allocator_type> out; in main()
86 std::basic_ostringstream<S::value_type, S::traits_type, S::allocator_type> out; in main()
/llvm-project-15.0.7/libcxx/test/std/input.output/iostream.forward/
H A Diosfwd.pass.cpp75 test<std::basic_ostringstream<char>* >(); in main()
77 test<std::basic_ostringstream<wchar_t>* >(); in main()
79 test<std::basic_ostringstream<unsigned short>*>(); in main()
/llvm-project-15.0.7/libcxx/test/std/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des/
H A Dostream.pass.cpp23 typedef std::basic_ostringstream<char, MyTraits> StringStream;
H A Dostream_delim.pass.cpp24 typedef std::basic_ostringstream<char, MyTraits> StringStream;
/llvm-project-15.0.7/libcxx/src/
H A Dios.instantiations.cpp37 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_ostringstream<char>; variable
/llvm-project-15.0.7/libcxx/test/std/re/re.submatch/re.submatch.op/
H A Dstream.pass.cpp28 typedef std::basic_ostringstream<CharT> ostringstream; in test()
/llvm-project-15.0.7/clang-tools-extra/clangd/test/
H A Dinitialize-sequence.test2 {"jsonrpc":"2.0","id":0,"method":"workspace/symbol","params":{"query":"std::basic_ostringstream"}}
/llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/
H A DStdSymbolMap.inc154 SYMBOL(basic_ostringstream, std::, <sstream>)