Searched refs:test_istream (Results 1 – 10 of 10) sorted by relevance
24 struct test_istream struct29 test_istream(test_istream&& s) in test_istream() argument34 test_istream& operator=(test_istream&& s) { in operator =() argument39 test_istream(test_istream const& s) in test_istream() argument44 test_istream& operator=(test_istream const& s) { in operator =() argument
30 struct test_istream struct34 test_istream(testbuf<CharT>* sb) : base(sb) {} in test_istream() function36 test_istream(test_istream&& s) in test_istream() function44 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()
23 struct test_istream struct28 test_istream(test_istream&& s) in test_istream() argument33 test_istream& operator=(test_istream&& s) { in operator =() argument38 test_istream(test_istream const& s) in test_istream() argument43 test_istream& operator=(test_istream const& s) { in operator =() argument
31 struct test_istream struct35 test_istream(testbuf<CharT>* sb) : base(sb) {} in test_istream() function37 test_istream(test_istream&& s) in test_istream() argument45 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()
32 struct test_istream struct36 test_istream(testbuf<CharT>* sb) : base(sb) {} in test_istream() function38 test_istream& operator=(test_istream&& s) in operator =() argument48 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()
29 struct test_istream struct33 test_istream(testbuf<CharT>* sb) : base(sb) {} in test_istream() function35 void swap(test_istream& s) {base::swap(s);} in swap() argument43 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()
31 struct test_istream struct35 test_istream(testbuf<CharT>* sb) : base(sb) {} in test_istream() function37 test_istream& operator=(test_istream&& s) in operator =() argument47 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()
28 struct test_istream struct32 test_istream(testbuf<CharT>* sb) : base(sb) {} in test_istream() argument34 void swap(test_istream& s) {base::swap(s);} in swap() argument42 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()
20 struct test_istream struct
21 struct test_istream struct