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