Home
last modified time | relevance | path

Searched refs:BENCHMARK_OVERRIDE (Results 1 – 3 of 3) sorted by relevance

/third_party/benchmark/test/
Dbenchmark_min_time_flag_time_test.cc22 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()
Dbenchmark_min_time_flag_iters_test.cc16 virtual bool ReportContext(const Context& context) BENCHMARK_OVERRIDE { in ReportContext()
20 virtual void ReportRuns(const std::vector<Run>& report) BENCHMARK_OVERRIDE { in ReportRuns()
/third_party/benchmark/include/benchmark/
Dbenchmark.h288 #define BENCHMARK_OVERRIDE override macro
290 #define BENCHMARK_OVERRIDE macro
1358 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 …]