Home | History | Annotate | Download | only in win

Lines Matching refs:out_

126   std::ostream* out_;
131 : out_(out) {
144 *out_ << std::setfill('0')
159 *out_ << '[' << event->Header.ProcessId << ':'
163 *out_ << ':' << level;
165 *out_ << ':' << context;
166 *out_ << "] ";
174 *out_ << error << " (class=" << guid << ", type="
195 *out_ << "Log captured from Windows "
210 *out_ << message << std::endl;
225 *out_ << message << std::endl;
236 *out_ << name << " (id=0x" << std::hex << id << std::dec << ") " << extra