Lines Matching defs:state
67 void BM_basic(benchmark::State& state) { in BM_basic()
88 void BM_bytes_per_second(benchmark::State& state) { in BM_bytes_per_second()
112 void BM_items_per_second(benchmark::State& state) { in BM_items_per_second()
136 void BM_label(benchmark::State& state) { in BM_label()
160 void BM_error(benchmark::State& state) { in BM_error()
180 void BM_no_arg_name(benchmark::State& state) { in BM_no_arg_name()
195 void BM_arg_name(benchmark::State& state) { in BM_arg_name()
210 void BM_arg_names(benchmark::State& state) { in BM_arg_names()
227 void BM_BigArgs(benchmark::State& state) { in BM_BigArgs()
239 void BM_Complexity_O1(benchmark::State& state) { in BM_Complexity_O1()
255 void BM_Repeat(benchmark::State& state) { in BM_Repeat()
379 void BM_RepeatOnce(benchmark::State& state) { in BM_RepeatOnce()
391 void BM_SummaryRepeat(benchmark::State& state) { in BM_SummaryRepeat()
427 void BM_SummaryDisplay(benchmark::State& state) { in BM_SummaryDisplay()
462 void BM_RepeatTimeUnit(benchmark::State& state) { in BM_RepeatTimeUnit()
511 void BM_UserStats(benchmark::State& state) { in BM_UserStats()