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

References

utils/benchmark/src/benchmark.cc
  125   report.error_message = results.error_message_;
utils/benchmark/src/console_reporter.cc
  113             result.error_message.c_str());
utils/benchmark/src/csv_reporter.cc
   97     std::string msg = run.error_message;
utils/benchmark/src/json_reporter.cc
  160     out << indent << FormatKV("error_message", run.error_message) << ",\n";