Searched defs:test_ostream (Results 1 – 5 of 5) 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() argument
31 struct test_ostream struct35 test_ostream(testbuf<CharT>* sb) : base(sb) {} in test_ostream() argument37 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
167 struct test_ostream : std::ostream { in TEST() struct168 explicit test_ostream(mock_streambuf& buffer) : std::ostream(&buffer) {} in TEST() argument