Lines Matching defs:out
339 /// @param out the output stream to emit the trace to.
341 emit_trace(const vector<string>& trace, ostream& out)
349 out << "===";
352 out << "-> " << element << " ";
357 out << " <-~~~";
359 out << "\n";
377 /// @param out the output stream to emit the trace to.
380 vector<string>& trace, ostream& out)
414 emit_trace(trace, out);
421 emit_artifact_use_trace(*user, trace, out);
437 /// @param out the output stream to emit the trace to.
440 ostream& out)
443 emit_artifact_use_trace(artifact_use_tree, trace, out);
481 display_usage(const string& prog_name, ostream& out)
483 emit_prefix(prog_name, out)