Home | History | Annotate | Download | only in base

Lines Matching full:ostream

361 // subtle difference between ostream member streaming functions (e.g.,
362 // ostream::operator<<(int) and ostream non-member streaming functions
363 // (e.g., ::operator<<(ostream&, string&): it turns out that it's
365 // ostream. We employ a neat hack by calling the stream() member
684 // as expected. The values must have operator<<(ostream, ...)
755 std::ostream& stream() { return stream_; }
805 void operator&(std::ostream&) { }
836 std::ostream& stream() { return log_message_.stream(); }
858 std::ostream& stream() { return log_message_.stream(); }
893 BASE_API std::ostream& operator<<(std::ostream& out, const wchar_t* wstr);
894 inline std::ostream& operator<<(std::ostream& out, const std::wstring& wstr) {
945 BASE_API std::ostream& operator<<(std::ostream& o, const StringPiece& piece);