Home | History | Annotate | Download | only in win

Lines Matching refs:out_

129   std::ostream* out_;
134 : out_(out) {
147 *out_ << std::setfill('0')
162 *out_ << '[' << event->Header.ProcessId << ':'
166 *out_ << ':' << level;
168 *out_ << ':' << context;
169 *out_ << "] ";
177 *out_ << error << " (class=" << guid << ", type="
198 *out_ << "Log captured from Windows "
213 *out_ << message << std::endl;
228 *out_ << message << std::endl;
239 *out_ << name << " (id=0x" << std::hex << id << std::dec << ") " << extra