HomeSort by relevance Sort by last modified time
    Searched refs:test_ostream (Results 1 - 7 of 7) sorted by null

  /external/libcxx/test/libcxx/input.output/iostream.format/output.streams/
traits_mismatch.fail.cpp 21 struct test_ostream struct in inherits:std::basic_ostream
  /external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.cons/
move.pass.cpp 31 struct test_ostream struct in inherits:std::basic_ostream
35 test_ostream(testbuf<CharT>* sb) : base(sb) {} function in struct:test_ostream
37 test_ostream(test_ostream&& s) function in struct:test_ostream
46 test_ostream<char> os1(&sb);
47 test_ostream<char> os(std::move(os1));
60 test_ostream<wchar_t> os1(&sb);
61 test_ostream<wchar_t> os(std::move(os1));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/output.streams/ostream.cons/
move.pass.cpp 31 struct test_ostream struct in inherits:std::basic_ostream
35 test_ostream(testbuf<CharT>* sb) : base(sb) {} function in struct:test_ostream
37 test_ostream(test_ostream&& s) function in struct:test_ostream
46 test_ostream<char> os1(&sb);
47 test_ostream<char> os(std::move(os1));
60 test_ostream<wchar_t> os1(&sb);
61 test_ostream<wchar_t> os(std::move(os1));
  /external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.assign/
move_assign.pass.cpp 31 struct test_ostream struct in inherits:std::basic_ostream
35 test_ostream(testbuf<CharT>* sb) : base(sb) {} function in struct:test_ostream
37 test_ostream& operator=(test_ostream&& s)
47 test_ostream<char> os1(&sb1);
48 test_ostream<char> os2(&sb2);
70 test_ostream<wchar_t> os1(&sb1);
71 test_ostream<wchar_t> os2(&sb2);
member_swap.pass.cpp 28 struct test_ostream struct in inherits:std::basic_ostream
32 test_ostream(testbuf<CharT>* sb) : base(sb) {} function in struct:test_ostream
34 void swap(test_ostream& s) {base::swap(s);}
42 test_ostream<char> os1(&sb1);
43 test_ostream<char> os2(&sb2);
65 test_ostream<wchar_t> os1(&sb1);
66 test_ostream<wchar_t> os2(&sb2);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/output.streams/ostream.assign/
move_assign.pass.cpp 31 struct test_ostream struct in inherits:std::basic_ostream
35 test_ostream(testbuf<CharT>* sb) : base(sb) {} function in struct:test_ostream
37 test_ostream& operator=(test_ostream&& s)
47 test_ostream<char> os1(&sb1);
48 test_ostream<char> os2(&sb2);
70 test_ostream<wchar_t> os1(&sb1);
71 test_ostream<wchar_t> os2(&sb2);
member_swap.pass.cpp 28 struct test_ostream struct in inherits:std::basic_ostream
32 test_ostream(testbuf<CharT>* sb) : base(sb) {} function in struct:test_ostream
34 void swap(test_ostream& s) {base::swap(s);}
42 test_ostream<char> os1(&sb1);
43 test_ostream<char> os2(&sb2);
65 test_ostream<wchar_t> os1(&sb1);
66 test_ostream<wchar_t> os2(&sb2);

Completed in 622 milliseconds