Searched defs: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() function44 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() argument36 test_istream(test_istream&& s) in test_istream() argument
21 struct test_istream struct26 test_istream(test_istream&& s) in test_istream() argument31 test_istream& operator=(test_istream&& s) { in operator =() argument36 test_istream(test_istream const& s) in test_istream() function41 test_istream& operator=(test_istream const& s) { in operator =() argument
29 struct test_istream struct33 test_istream(testbuf<CharT>* sb) : base(sb) {} in test_istream() argument35 test_istream(test_istream&& s) in test_istream() argument
31 struct test_istream struct35 test_istream(testbuf<CharT>* sb) : base(sb) {} in test_istream() function37 test_istream& operator=(test_istream&& s) in operator =() argument
28 struct test_istream struct32 test_istream(testbuf<CharT>* sb) : base(sb) {} in test_istream() function34 void swap(test_istream& s) {base::swap(s);} in swap() argument
29 struct test_istream struct33 test_istream(testbuf<CharT>* sb) : base(sb) {} in test_istream() argument35 void swap(test_istream& s) {base::swap(s);} in swap() argument
30 struct test_istream struct34 test_istream(testbuf<CharT>* sb) : base(sb) {} in test_istream() argument36 test_istream& operator=(test_istream&& s) in operator =() argument
21 struct test_istream struct
22 struct test_istream struct