Searched defs:test_istream (Results 1 – 3 of 3) sorted by relevance
30 struct test_istream struct34 test_istream(testbuf<CharT>* sb) : base(sb) {} in test_istream() function36 test_istream(test_istream&& s) in test_istream() function
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
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() argument