Home
last modified time | relevance | path

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

12

/external/libcxx/test/std/input.output/string.streams/ostringstream/
Dtypes.pass.cpp29 …static_assert((std::is_base_of<std::basic_ostream<char>, std::basic_ostringstream<char> >::value),… in main()
30 static_assert((std::is_same<std::basic_ostringstream<char>::char_type, char>::value), ""); in main()
31 …static_assert((std::is_same<std::basic_ostringstream<char>::traits_type, std::char_traits<char> >:… in main()
32 …static_assert((std::is_same<std::basic_ostringstream<char>::int_type, std::char_traits<char>::int_… in main()
33 …static_assert((std::is_same<std::basic_ostringstream<char>::pos_type, std::char_traits<char>::pos_… in main()
34 …static_assert((std::is_same<std::basic_ostringstream<char>::off_type, std::char_traits<char>::off_… in main()
35 …static_assert((std::is_same<std::basic_ostringstream<char>::allocator_type, std::allocator<char> >… in main()
/external/llvm-project/libcxx/test/std/input.output/string.streams/ostringstream/
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()
/external/libcxx/include/
Dsstream98 class basic_ostringstream
111 explicit basic_ostringstream(ios_base::openmode which = ios_base::out);
112 explicit basic_ostringstream(const basic_string<char_type, traits_type, allocator_type>& str,
114 basic_ostringstream(basic_ostringstream&& rhs);
117 basic_ostringstream& operator=(basic_ostringstream&& rhs);
118 void swap(basic_ostringstream& rhs);
127 void swap(basic_ostringstream<charT, traits, Allocator>& x,
128 basic_ostringstream<charT, traits, Allocator>& y);
130 typedef basic_ostringstream<char> ostringstream;
131 typedef basic_ostringstream<wchar_t> wostringstream;
[all …]
Diosfwd42 class basic_ostringstream;
64 typedef basic_ostringstream<char> ostringstream;
79 typedef basic_ostringstream<wchar_t> wostringstream;
137 class _LIBCPP_TEMPLATE_VIS basic_ostringstream;
166 typedef basic_ostringstream<char> ostringstream;
181 typedef basic_ostringstream<wchar_t> wostringstream;
/external/llvm-project/libcxx/test/std/strings/basic.string/string.nonmembers/string.io/
Dstream_insert.pass.cpp58 std::basic_ostringstream<S::value_type, S::traits_type, S::allocator_type> out; in main()
66 std::basic_ostringstream<S::value_type, S::traits_type, S::allocator_type> out; in main()
75 std::basic_ostringstream<S::value_type, S::traits_type, S::allocator_type> out; in main()
83 std::basic_ostringstream<S::value_type, S::traits_type, S::allocator_type> out; in main()
/external/libcxx/test/std/strings/basic.string/string.nonmembers/string.io/
Dstream_insert.pass.cpp58 std::basic_ostringstream<S::value_type, S::traits_type, S::allocator_type> out; in main()
66 std::basic_ostringstream<S::value_type, S::traits_type, S::allocator_type> out; in main()
75 std::basic_ostringstream<S::value_type, S::traits_type, S::allocator_type> out; in main()
83 std::basic_ostringstream<S::value_type, S::traits_type, S::allocator_type> out; in main()
/external/llvm-project/libcxx/include/
Dsstream97 class basic_ostringstream
110 explicit basic_ostringstream(ios_base::openmode which = ios_base::out);
111 explicit basic_ostringstream(const basic_string<char_type, traits_type, allocator_type>& str,
113 basic_ostringstream(basic_ostringstream&& rhs);
116 basic_ostringstream& operator=(basic_ostringstream&& rhs);
117 void swap(basic_ostringstream& rhs);
126 void swap(basic_ostringstream<charT, traits, Allocator>& x,
127 basic_ostringstream<charT, traits, Allocator>& y);
129 typedef basic_ostringstream<char> ostringstream;
130 typedef basic_ostringstream<wchar_t> wostringstream;
[all …]
Diosfwd41 class basic_ostringstream;
63 typedef basic_ostringstream<char> ostringstream;
78 typedef basic_ostringstream<wchar_t> wostringstream;
136 class _LIBCPP_TEMPLATE_VIS basic_ostringstream;
165 typedef basic_ostringstream<char> ostringstream;
180 typedef basic_ostringstream<wchar_t> wostringstream;
Dcomplex242 # include <sstream> // for std::basic_ostringstream
1441 basic_ostringstream<_CharT, _Traits> __s;
/external/libcxx/test/std/input.output/iostream.forward/
Diosfwd.pass.cpp55 test<std::basic_ostringstream<char>* >(); in main()
56 test<std::basic_ostringstream<wchar_t>* >(); in main()
57 test<std::basic_ostringstream<unsigned short>*>(); in main()
/external/llvm-project/libcxx/test/std/input.output/iostream.forward/
Diosfwd.pass.cpp56 test<std::basic_ostringstream<char>* >(); in main()
57 test<std::basic_ostringstream<wchar_t>* >(); in main()
58 test<std::basic_ostringstream<unsigned short>*>(); in main()
/external/libcxx/test/std/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des/
Dostream.pass.cpp22 typedef std::basic_ostringstream<char, MyTraits> StringStream;
Dostream_delim.pass.cpp23 typedef std::basic_ostringstream<char, MyTraits> StringStream;
/external/llvm-project/libcxx/test/std/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des/
Dostream.pass.cpp23 typedef std::basic_ostringstream<char, MyTraits> StringStream;
Dostream_delim.pass.cpp24 typedef std::basic_ostringstream<char, MyTraits> StringStream;
/external/llvm-project/libcxx/src/
Dios.instantiations.cpp35 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_ostringstream<char>; variable
/external/libcxx/test/std/re/re.submatch/re.submatch.op/
Dstream.pass.cpp29 typedef std::basic_ostringstream<CharT> ostringstream; in test()
/external/llvm-project/libcxx/test/std/re/re.submatch/re.submatch.op/
Dstream.pass.cpp28 typedef std::basic_ostringstream<CharT> ostringstream; in test()
/external/llvm-project/clang-tools-extra/clangd/test/
Dinitialize-sequence.test2 {"jsonrpc":"2.0","id":0,"method":"workspace/symbol","params":{"query":"std::basic_ostringstream"}}
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dlogging.h52 class LogMessage : public std::basic_ostringstream<char> {
/external/swiftshader/src/OpenGL/compiler/
DCommon.h50 typedef std::basic_ostringstream<char, std::char_traits<char>, TStringAllocator> TStringStream;
/external/jsoncpp/include/json/
Dconfig.h137 std::basic_ostringstream<String::value_type, String::traits_type,
/external/tensorflow/tensorflow/core/platform/default/
Dlogging.h47 class LogMessage : public std::basic_ostringstream<char> {
96 class LogMessageNull : public std::basic_ostringstream<char> {
/external/angle/src/compiler/translator/
DCommon.h54 typedef std::basic_ostringstream<char, std::char_traits<char>, TStringAllocator> TStringStream;
/external/fmtlib/include/fmt/
Dchrono.h891 std::basic_ostringstream<char_type> os;

12