Home
last modified time | relevance | path

Searched defs:test_istream (Results 1 – 10 of 10) sorted by relevance

/external/libcxx/test/std/input.output/iostream.format/input.streams/istream/istream.cons/
Dcopy.fail.cpp24 struct test_istream struct
29 test_istream(test_istream&& s) in test_istream() argument
34 test_istream& operator=(test_istream&& s) { in operator =() argument
39 test_istream(test_istream const& s) in test_istream() function
44 test_istream& operator=(test_istream const& s) { in operator =() argument
Dmove.pass.cpp30 struct test_istream struct
34 test_istream(testbuf<CharT>* sb) : base(sb) {} in test_istream() function
36 test_istream(test_istream&& s) in test_istream() argument
/external/llvm-project/libcxx/test/std/input.output/iostream.format/input.streams/istream/istream.cons/
Dcopy.fail.cpp23 struct test_istream struct
28 test_istream(test_istream&& s) in test_istream() function
33 test_istream& operator=(test_istream&& s) { in operator =() argument
38 test_istream(test_istream const& s) in test_istream() argument
43 test_istream& operator=(test_istream const& s) { in operator =() argument
Dmove.pass.cpp31 struct test_istream struct
35 test_istream(testbuf<CharT>* sb) : base(sb) {} in test_istream() argument
37 test_istream(test_istream&& s) in test_istream() function
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream/istream.assign/
Dmember_swap.pass.cpp28 struct test_istream struct
32 test_istream(testbuf<CharT>* sb) : base(sb) {} in test_istream() argument
34 void swap(test_istream& s) {base::swap(s);} in swap() argument
Dmove_assign.pass.cpp31 struct test_istream struct
35 test_istream(testbuf<CharT>* sb) : base(sb) {} in test_istream() function
37 test_istream& operator=(test_istream&& s) in operator =() argument
/external/llvm-project/libcxx/test/std/input.output/iostream.format/input.streams/istream/istream.assign/
Dmove_assign.pass.cpp32 struct test_istream struct
36 test_istream(testbuf<CharT>* sb) : base(sb) {} in test_istream() argument
38 test_istream& operator=(test_istream&& s) in operator =() argument
Dmember_swap.pass.cpp29 struct test_istream struct
33 test_istream(testbuf<CharT>* sb) : base(sb) {} in test_istream() function
35 void swap(test_istream& s) {base::swap(s);} in swap() argument
/external/libcxx/test/libcxx/input.output/iostream.format/input.streams/
Dtraits_mismatch.fail.cpp21 struct test_istream struct
/external/llvm-project/libcxx/test/libcxx/input.output/iostream.format/input.streams/
Dtraits_mismatch.fail.cpp20 struct test_istream struct