Home
last modified time | relevance | path

Searched defs:test_ostream (Results 1 – 5 of 5) 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() argument
/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() argument
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
/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