Lines Matching refs:spec
538 size_t RunSpecifiedBenchmarks(std::string spec) {
539 return RunSpecifiedBenchmarks(nullptr, nullptr, std::move(spec));
548 std::string spec) {
549 return RunSpecifiedBenchmarks(display_reporter, nullptr, std::move(spec));
560 std::string spec) {
561 if (spec.empty() || spec == "all")
562 spec = "."; // Regexp that matches all benchmarks
600 if (!FindBenchmarksInternal(spec, &benchmarks, &Err)) return 0;
603 Err << "Failed to match any benchmarks against regex: " << spec << "\n";