Searched defs:test_iostream (Results 1 – 3 of 3) sorted by relevance
30 struct test_iostream struct34 test_iostream(testbuf<CharT>* sb) : base(sb) {} in test_iostream() argument36 test_iostream(test_iostream&& s) in test_iostream() function
28 struct test_iostream struct32 test_iostream(testbuf<CharT>* sb) : base(sb) {} in test_iostream() argument34 void swap(test_iostream& s) {base::swap(s);} in swap() argument
30 struct test_iostream struct34 test_iostream(testbuf<CharT>* sb) : base(sb) {} in test_iostream() function36 test_iostream& operator=(test_iostream&& s) in operator =() argument