Searched defs:test_ostream (Results 1 – 4 of 4) sorted by relevance
31 struct test_ostream struct35 test_ostream(testbuf<CharT>* sb) : base(sb) {} in test_ostream() argument37 test_ostream(test_ostream&& s) in test_ostream() function
31 struct test_ostream struct35 test_ostream(testbuf<CharT>* sb) : base(sb) {} in test_ostream() function37 test_ostream& operator=(test_ostream&& s) in operator =() argument
28 struct test_ostream struct32 test_ostream(testbuf<CharT>* sb) : base(sb) {} in test_ostream() argument34 void swap(test_ostream& s) {base::swap(s);} in swap() argument
21 struct test_ostream struct