Lines Matching refs:ostream
183 // subtle difference between ostream member streaming functions (e.g.,
184 // ostream::operator<<(int) and ostream non-member streaming functions
185 // (e.g., ::operator<<(ostream&, string&): it turns out that it's
187 // ostream. We employ a neat hack by calling the stream() member
281 // must have operator<<(ostream, ...) defined.
435 std::ostream& stream() { return stream_; }
461 void operator&(std::ostream&) { }
477 std::ostream& operator<<(std::ostream& out, const wchar_t* wstr);
478 inline std::ostream& operator<<(std::ostream& out, const std::wstring& wstr) {