Searched refs:BENCHMARK_OVERRIDE (Results 1 – 3 of 3) sorted by relevance
22 virtual bool ReportContext(const Context& context) BENCHMARK_OVERRIDE { in ReportContext()26 virtual void ReportRuns(const std::vector<Run>& report) BENCHMARK_OVERRIDE { in ReportRuns()32 IterationCount /* iters */) BENCHMARK_OVERRIDE { in ReportRunsConfig()
16 virtual bool ReportContext(const Context& context) BENCHMARK_OVERRIDE { in ReportContext()20 virtual void ReportRuns(const std::vector<Run>& report) BENCHMARK_OVERRIDE { in ReportRuns()
288 #define BENCHMARK_OVERRIDE override macro290 #define BENCHMARK_OVERRIDE macro1358 void Run(State& st) BENCHMARK_OVERRIDE;1368 void Run(State& st) BENCHMARK_OVERRIDE { lambda_(st); } in Run()1422 void Run(State& st) BENCHMARK_OVERRIDE { in Run()1552 void BenchmarkCase(::benchmark::State&) BENCHMARK_OVERRIDE; \1563 void BenchmarkCase(::benchmark::State&) BENCHMARK_OVERRIDE; \1574 void BenchmarkCase(::benchmark::State&) BENCHMARK_OVERRIDE; \1586 void BenchmarkCase(::benchmark::State&) BENCHMARK_OVERRIDE; \1900 bool ReportContext(const Context& context) BENCHMARK_OVERRIDE;[all …]