Searched defs:test_iostream (Results 1 – 6 of 6) sorted by relevance
31 struct test_iostream struct35 test_iostream(testbuf<CharT>* sb) : base(sb) {} in test_iostream() function37 test_iostream(test_iostream&& s) in test_iostream() function
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
31 struct test_iostream struct35 test_iostream(testbuf<CharT>* sb) : base(sb) {} in test_iostream() argument37 test_iostream& operator=(test_iostream&& s) in operator =() 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
29 struct test_iostream struct33 test_iostream(testbuf<CharT>* sb) : base(sb) {} in test_iostream() function35 void swap(test_iostream& s) {base::swap(s);} in swap() argument