Home | History | Annotate | Download | only in base

Lines Matching refs:stream_

236   stream_ << "Check failed: " << (*result.str_);
256 stream_ << '[';
258 stream_ << GetCurrentProcessId() << ':';
260 stream_ << GetCurrentThreadId() << ':';
265 stream_ << std::setfill('0')
275 stream_ << GetTickCount() << ':';
276 stream_ << log_severity_names[severity_] << ":" << file << "(" << line << ")] ";
278 message_start_ = stream_.pcount();
285 std::string str_newline(stream_.str(), stream_.pcount());
340 log_assert_handler(std::string(stream_.str(), stream_.pcount()));
344 DisplayDebugMessage(std::string(stream_.str(), stream_.pcount()));
351 // Calling stream_.str() freezes the stream buffer. A frozen buffer will
353 stream_.freeze(false);