Searched defs:test_ostream (Results 1 – 9 of 9) 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
32 struct test_ostream struct36 test_ostream(testbuf<CharT>* sb) : base(sb) {} in test_ostream() function38 test_ostream(test_ostream&& s) in test_ostream() function
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
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
29 struct test_ostream struct33 test_ostream(testbuf<CharT>* sb) : base(sb) {} in test_ostream() argument35 void swap(test_ostream& s) {base::swap(s);} in swap() argument
32 struct test_ostream struct36 test_ostream(testbuf<CharT>* sb) : base(sb) {} in test_ostream() function38 test_ostream& operator=(test_ostream&& s) in operator =() argument
21 struct test_ostream struct
20 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