reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
496 if (spec.empty() || spec == "all") 496 if (spec.empty() || spec == "all") 497 spec = "."; // Regexp that matches all benchmarks 534 if (!FindBenchmarksInternal(spec, &benchmarks, &Err)) return 0; 537 Err << "Failed to match any benchmarks against regex: " << spec << "\n";