Lines Matching refs:Out
129 auto& Out = GetOutputStream();
135 printer(Out, name_color, "%-*s ", name_field_width_,
139 printer(Out, COLOR_RED, "ERROR OCCURRED: \'%s\'",
141 printer(Out, COLOR_DEFAULT, "\n");
144 printer(Out, COLOR_WHITE, "SKIPPED: \'%s\'", result.skip_message.c_str());
145 printer(Out, COLOR_DEFAULT, "\n");
156 printer(Out, COLOR_YELLOW, "%10.2f %-4s %10.2f %-4s ", real_time,
159 printer(Out, COLOR_YELLOW, "%10.0f %-4s %10.0f %-4s ", real_time * 100, "%",
164 printer(Out, COLOR_YELLOW, "%s %-4s %s %-4s ", real_time_str.c_str(),
168 printer(Out, COLOR_YELLOW, "%10.2f %-4s %10.2f %-4s ",
174 printer(Out, COLOR_CYAN, "%10lld", result.iterations);
192 printer(Out, COLOR_DEFAULT, " %*s%s", cNameLen - strlen(unit), s.c_str(),
195 printer(Out, COLOR_DEFAULT, " %s=%s%s", c.first.c_str(), s.c_str(), unit);
200 printer(Out, COLOR_DEFAULT, " %s", result.report_label.c_str());
203 printer(Out, COLOR_DEFAULT, "\n");