HomeSort by relevance Sort by last modified time
    Searched full:test_istream (Results 1 - 9 of 9) sorted by null

  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream/istream.cons/
copy.fail.cpp 24 struct test_istream struct in inherits:std::basic_istream
29 test_istream(test_istream&& s) function in struct:test_istream
34 test_istream& operator=(test_istream&& s) {
39 test_istream(test_istream const& s) function in struct:test_istream
44 test_istream& operator=(test_istream const& s) {
move.pass.cpp 30 struct test_istream struct in inherits:std::basic_istream
34 test_istream(testbuf<CharT>* sb) : base(sb) {} function in struct:test_istream
36 test_istream(test_istream&& s) function in struct:test_istream
44 test_istream<char> is1(&sb);
45 test_istream<char> is(std::move(is1));
60 test_istream<wchar_t> is1(&sb);
61 test_istream<wchar_t> is(std::move(is1));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/input.streams/istream/istream.cons/
copy.fail.cpp 24 struct test_istream struct in inherits:std::basic_istream
29 test_istream(test_istream&& s) function in struct:test_istream
34 test_istream& operator=(test_istream&& s) {
39 test_istream(test_istream const& s) function in struct:test_istream
44 test_istream& operator=(test_istream const& s) {
move.pass.cpp 30 struct test_istream struct in inherits:std::basic_istream
34 test_istream(testbuf<CharT>* sb) : base(sb) {} function in struct:test_istream
36 test_istream(test_istream&& s) function in struct:test_istream
44 test_istream<char> is1(&sb);
45 test_istream<char> is(std::move(is1));
60 test_istream<wchar_t> is1(&sb);
61 test_istream<wchar_t> is(std::move(is1));
  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream/istream.assign/
move_assign.pass.cpp 31 struct test_istream struct in inherits:std::basic_istream
35 test_istream(testbuf<CharT>* sb) : base(sb) {} function in struct:test_istream
37 test_istream& operator=(test_istream&& s)
47 test_istream<char> is1(&sb1);
48 test_istream<char> is2(&sb2);
70 test_istream<wchar_t> is1(&sb1);
71 test_istream<wchar_t> is2(&sb2);
member_swap.pass.cpp 28 struct test_istream struct in inherits:std::basic_istream
32 test_istream(testbuf<CharT>* sb) : base(sb) {} function in struct:test_istream
34 void swap(test_istream& s) {base::swap(s);}
42 test_istream<char> is1(&sb1);
43 test_istream<char> is2(&sb2);
65 test_istream<wchar_t> is1(&sb1);
66 test_istream<wchar_t> is2(&sb2);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/input.streams/istream/istream.assign/
move_assign.pass.cpp 31 struct test_istream struct in inherits:std::basic_istream
35 test_istream(testbuf<CharT>* sb) : base(sb) {} function in struct:test_istream
37 test_istream& operator=(test_istream&& s)
47 test_istream<char> is1(&sb1);
48 test_istream<char> is2(&sb2);
70 test_istream<wchar_t> is1(&sb1);
71 test_istream<wchar_t> is2(&sb2);
member_swap.pass.cpp 28 struct test_istream struct in inherits:std::basic_istream
32 test_istream(testbuf<CharT>* sb) : base(sb) {} function in struct:test_istream
34 void swap(test_istream& s) {base::swap(s);}
42 test_istream<char> is1(&sb1);
43 test_istream<char> is2(&sb2);
65 test_istream<wchar_t> is1(&sb1);
66 test_istream<wchar_t> is2(&sb2);
  /external/libcxx/test/libcxx/input.output/iostream.format/input.streams/
traits_mismatch.fail.cpp 21 struct test_istream struct in inherits:std::basic_istream

Completed in 166 milliseconds