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