Home
last modified time | relevance | path

Searched defs:test_ostream (Results 1 – 9 of 9) 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/llvm-project/libcxx/test/std/input.output/iostream.format/output.streams/ostream.cons/
Dmove.pass.cpp32 struct test_ostream struct
36 test_ostream(testbuf<CharT>* sb) : base(sb) {} in test_ostream() function
38 test_ostream(test_ostream&& s) in test_ostream() function
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.assign/
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
Dmove_assign.pass.cpp31 struct test_ostream struct
35 test_ostream(testbuf<CharT>* sb) : base(sb) {} in test_ostream() argument
37 test_ostream& operator=(test_ostream&& s) in operator =() argument
/external/llvm-project/libcxx/test/std/input.output/iostream.format/output.streams/ostream.assign/
Dmember_swap.pass.cpp29 struct test_ostream struct
33 test_ostream(testbuf<CharT>* sb) : base(sb) {} in test_ostream() argument
35 void swap(test_ostream& s) {base::swap(s);} in swap() argument
Dmove_assign.pass.cpp32 struct test_ostream struct
36 test_ostream(testbuf<CharT>* sb) : base(sb) {} in test_ostream() function
38 test_ostream& operator=(test_ostream&& s) in operator =() argument
/external/libcxx/test/libcxx/input.output/iostream.format/output.streams/
Dtraits_mismatch.fail.cpp21 struct test_ostream struct
/external/llvm-project/libcxx/test/libcxx/input.output/iostream.format/output.streams/
Dtraits_mismatch.fail.cpp20 struct test_ostream struct
/external/fmtlib/test/
Dostream-test.cc167 struct test_ostream : std::ostream { in TEST() struct
168 explicit test_ostream(mock_streambuf& buffer) : std::ostream(&buffer) {} in TEST() argument