Home
last modified time | relevance | path

Searched refs: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() argument
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() function
44 test_istream<char> is1(&sb); in main()
45 test_istream<char> is(std::move(is1)); in main()
60 test_istream<wchar_t> is1(&sb); in main()
61 test_istream<wchar_t> is(std::move(is1)); in main()
/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() argument
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() function
37 test_istream(test_istream&& s) in test_istream() argument
45 test_istream<char> is1(&sb); in main()
46 test_istream<char> is(std::move(is1)); in main()
61 test_istream<wchar_t> is1(&sb); in main()
62 test_istream<wchar_t> is(std::move(is1)); in main()
/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() function
38 test_istream& operator=(test_istream&& s) in operator =() argument
48 test_istream<char> is1(&sb1); in main()
49 test_istream<char> is2(&sb2); in main()
71 test_istream<wchar_t> is1(&sb1); in main()
72 test_istream<wchar_t> is2(&sb2); in main()
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
43 test_istream<char> is1(&sb1); in main()
44 test_istream<char> is2(&sb2); in main()
66 test_istream<wchar_t> is1(&sb1); in main()
67 test_istream<wchar_t> is2(&sb2); in main()
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream/istream.assign/
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
47 test_istream<char> is1(&sb1); in main()
48 test_istream<char> is2(&sb2); in main()
70 test_istream<wchar_t> is1(&sb1); in main()
71 test_istream<wchar_t> is2(&sb2); in main()
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
42 test_istream<char> is1(&sb1); in main()
43 test_istream<char> is2(&sb2); in main()
65 test_istream<wchar_t> is1(&sb1); in main()
66 test_istream<wchar_t> is2(&sb2); in main()
/external/llvm-project/libcxx/test/libcxx/input.output/iostream.format/input.streams/
Dtraits_mismatch.fail.cpp20 struct test_istream struct
/external/libcxx/test/libcxx/input.output/iostream.format/input.streams/
Dtraits_mismatch.fail.cpp21 struct test_istream struct