HomeSort by relevance Sort by last modified time
    Searched refs:wostringstream (Results 1 - 25 of 32) sorted by null

1 2

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/ostringstream/ostringstream.cons/
move.pass.cpp 34 std::wostringstream ss0(L" 123 456");
35 std::wostringstream ss(std::move(ss0));
default.pass.cpp 35 std::wostringstream ss;
41 std::wostringstream ss(std::ios_base::out);
string.pass.cpp 42 std::wostringstream ss(L" 123 456");
51 std::wostringstream ss(L" 123 456", std::ios_base::in);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops/
assign_t.pass.cpp 35 std::wostringstream outf;
41 std::wostringstream outf;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des/
ostream_delem.pass.cpp 28 std::wostringstream outf;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons/
ostream.pass.cpp 28 std::wostringstream outf;
streambuf.pass.cpp 28 std::wostringstream outf;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/ostringstream/ostringstream.assign/
member_swap.pass.cpp 36 std::wostringstream ss0(L" 123 456");
37 std::wostringstream ss;
move.pass.cpp 35 std::wostringstream ss0(L" 123 456");
36 std::wostringstream ss;
nonmember_swap.pass.cpp 36 std::wostringstream ss0(L" 123 456");
37 std::wostringstream ss;
  /external/chromium_org/ui/views/
debug_utils.cc 17 std::wostringstream* out) {
37 std::wostringstream* out) {
60 std::wostringstream out;
68 std::wostringstream out;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/
assign_c.pass.cpp 32 std::wostringstream outf;
deref.pass.cpp 29 std::wostringstream outf;
increment.pass.cpp 32 std::wostringstream outf;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/ostringstream/ostringstream.members/
str.pass.cpp 38 std::wostringstream ss(L" 123 456");
  /external/chromium_org/ui/compositor/
debug_utils.cc 29 std::wostringstream* out) {
99 std::wostringstream out;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string.io/
stream_insert.pass.cpp 41 std::wostringstream out;
48 std::wostringstream out;
  /external/chromium/base/
utf_string_conversions_unittest.cc 52 std::wostringstream wide;
  /external/chromium_org/base/strings/
utf_string_conversions_unittest.cc 52 std::wostringstream wide;
  /external/stlport/stlport/stl/
_iosfwd.h 144 typedef basic_ostringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > wostringstream; typedef
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.forward/
iosfwd.pass.cpp 128 std::wostringstream* t3 = 0;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_iosfwd.h 144 typedef basic_ostringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > wostringstream; typedef
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_iosfwd.h 144 typedef basic_ostringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > wostringstream; typedef
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_iosfwd.h 144 typedef basic_ostringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > wostringstream; typedef
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_iosfwd.h 144 typedef basic_ostringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > wostringstream; typedef

Completed in 3328 milliseconds

1 2