reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

utils/benchmark/src/colorprint.h
   21 std::string FormatString(const char* msg, ...);

References

utils/benchmark/src/colorprint.cc
  153   if (color_code) out << FormatString("\033[0;3%sm", color_code);
utils/benchmark/src/console_reporter.cc
   56   std::string str = FormatString("%-*s %13s %13s %10s", static_cast<int>(name_field_width_),
   61         str += FormatString(" %10s", c.first.c_str());