Home | History | Annotate | Download | only in test

Lines Matching refs:ostream

38 #include <ostream>  // NOLINT
116 void PrintTo(const Incomplete& x, ::std::ostream* os);
130 void PrintTo(const Incomplete& /* x */, ::std::ostream* os) {
1806 // Describes self to an ostream.
1807 virtual void DescribeTo(::std::ostream* os) const {
1842 inline void operator<<(::std::ostream& os, const Printable&) {
2069 void PrintTo(PrintMeNot /* dummy */, ::std::ostream* /* os */) {