Home
last modified time | relevance | path

Searched defs:test_ostream (Results 1 – 4 of 4) sorted by relevance

/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.cons/
Dmove.pass.cpp31 struct test_ostream struct
35 test_ostream(testbuf<CharT>* sb) : base(sb) {} in test_ostream() argument
37 test_ostream(test_ostream&& s) in test_ostream() function
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.assign/
Dmove_assign.pass.cpp31 struct test_ostream struct
35 test_ostream(testbuf<CharT>* sb) : base(sb) {} in test_ostream() function
37 test_ostream& operator=(test_ostream&& s) in operator =() argument
Dmember_swap.pass.cpp28 struct test_ostream struct
32 test_ostream(testbuf<CharT>* sb) : base(sb) {} in test_ostream() argument
34 void swap(test_ostream& s) {base::swap(s);} in swap() argument
/external/libcxx/test/libcxx/input.output/iostream.format/output.streams/
Dtraits_mismatch.fail.cpp21 struct test_ostream struct