Searched defs:test_ostream (Results 1 – 4 of 4) sorted by relevance
30 struct test_ostream struct34 test_ostream(testbuf<CharT>* sb) : base(sb) {} in test_ostream() argument36 test_ostream(test_ostream&& s) in test_ostream() argument
30 struct test_ostream struct34 test_ostream(testbuf<CharT>* sb) : base(sb) {} in test_ostream() function36 test_ostream& operator=(test_ostream&& s) in operator =() argument
29 struct test_ostream struct33 test_ostream(testbuf<CharT>* sb) : base(sb) {} in test_ostream() function35 void swap(test_ostream& s) {base::swap(s);} in swap() argument
21 struct test_ostream global() struct