Lines Matching defs:state
6 void BM_empty(benchmark::State& state) { in BM_empty()
15 void BM_spin_empty(benchmark::State& state) { in BM_spin_empty()
25 void BM_spin_pause_before(benchmark::State& state) { in BM_spin_pause_before()
38 void BM_spin_pause_during(benchmark::State& state) { in BM_spin_pause_during()
53 void BM_pause_during(benchmark::State& state) { in BM_pause_during()
64 void BM_spin_pause_after(benchmark::State& state) { in BM_spin_pause_after()
77 void BM_spin_pause_before_and_after(benchmark::State& state) { in BM_spin_pause_before_and_after()
93 void BM_empty_stop_start(benchmark::State& state) { in BM_empty_stop_start()
100 void BM_KeepRunning(benchmark::State& state) { in BM_KeepRunning()
110 void BM_KeepRunningBatch(benchmark::State& state) { in BM_KeepRunningBatch()
136 void BM_RangedFor(benchmark::State& state) { in BM_RangedFor()
147 void BM_OneTemplateFunc(benchmark::State& state) { in BM_OneTemplateFunc()
158 void BM_TwoTemplateFunc(benchmark::State& state) { in BM_TwoTemplateFunc()