Searched refs:test_ostream (Results 1 - 3 of 3) sorted by path

/external/libcxx/test/input.output/iostream.format/output.streams/ostream.assign/
H A Dmember_swap.pass.cpp28 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);
H A Dmove_assign.pass.cpp30 struct test_ostream struct in inherits:std::basic_ostream
34 test_ostream(testbuf<CharT>* sb) : base(sb) {} function in struct:test_ostream
36 test_ostream& operator=(test_ostream&& s)
48 test_ostream<char> os1(&sb1);
49 test_ostream<char> os2(&sb2);
71 test_ostream<wchar_t> os1(&sb1);
72 test_ostream<wchar_t> os2(&sb2);
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.cons/
H A Dmove.pass.cpp30 struct test_ostream struct in inherits:std::basic_ostream
34 test_ostream(testbuf<CharT>* sb) : base(sb) {} function in struct:test_ostream
36 test_ostream(test_ostream&& s) function in struct:test_ostream
47 test_ostream<char> os1(&sb);
48 test_ostream<char> os(std::move(os1));
61 test_ostream<wchar_t> os1(&sb);
62 test_ostream<wchar_t> os(std::move(os1));

Completed in 851 milliseconds