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

References

utils/benchmark/src/benchmark.cc
  124   report.error_occurred = results.has_error_;
  131   if (!report.error_occurred) {
  251         if (!report.error_occurred && b.complexity != oNone)
utils/benchmark/src/console_reporter.cc
  111   if (result.error_occurred) {
utils/benchmark/src/csv_reporter.cc
   94   if (run.error_occurred) {
utils/benchmark/src/json_reporter.cc
  158   if (run.error_occurred) {
  159     out << indent << FormatKV("error_occurred", run.error_occurred) << ",\n";
utils/benchmark/src/statistics.cc
   85                     [](Run const& run) { return run.error_occurred; });
  129     if (run.error_occurred) continue;