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

Declarations

utils/benchmark/include/benchmark/benchmark.h
  278 size_t RunSpecifiedBenchmarks(BenchmarkReporter* console_reporter,

References

utils/benchmark/src/benchmark.cc
  486   return RunSpecifiedBenchmarks(nullptr, nullptr);
  490   return RunSpecifiedBenchmarks(console_reporter, nullptr);