Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/input.output/iostream.format/output.streams/ostream.cons/
H A Dmove.pass.cpp30 struct test_ostream struct
34 test_ostream(testbuf<CharT>* sb) : base(sb) {} in test_ostream() argument
36 test_ostream(test_ostream&& s) in test_ostream() argument
/llvm-project/libcxx/test/std/input.output/iostream.format/output.streams/ostream.assign/
H A Dmove_assign.pass.cpp30 struct test_ostream struct
34 test_ostream(testbuf<CharT>* sb) : base(sb) {} in test_ostream() function
36 test_ostream& operator=(test_ostream&& s) in operator =() argument
H A Dmember_swap.pass.cpp29 struct test_ostream struct
33 test_ostream(testbuf<CharT>* sb) : base(sb) {} in test_ostream() function
35 void swap(test_ostream& s) {base::swap(s);} in swap() argument
/llvm-project/libcxx/test/libcxx/input.output/iostream.format/output.streams/
H A Dtraits_mismatch.verify.cpp21 struct test_ostream global() struct