Lines Matching defs:state
67 void BM_basic(benchmark::State& state) { in BM_basic()
91 void BM_bytes_per_second(benchmark::State& state) { in BM_bytes_per_second()
120 void BM_items_per_second(benchmark::State& state) { in BM_items_per_second()
149 void BM_label(benchmark::State& state) { in BM_label()
176 void BM_error(benchmark::State& state) { in BM_error()
199 void BM_no_arg_name(benchmark::State& state) { in BM_no_arg_name()
217 void BM_arg_name(benchmark::State& state) { in BM_arg_name()
235 void BM_arg_names(benchmark::State& state) { in BM_arg_names()
255 void BM_BigArgs(benchmark::State& state) { in BM_BigArgs()
267 void BM_Complexity_O1(benchmark::State& state) { in BM_Complexity_O1()
285 void BM_Repeat(benchmark::State& state) { in BM_Repeat()
454 void BM_RepeatOnce(benchmark::State& state) { in BM_RepeatOnce()
469 void BM_SummaryRepeat(benchmark::State& state) { in BM_SummaryRepeat()
511 void BM_SummaryDisplay(benchmark::State& state) { in BM_SummaryDisplay()
552 void BM_RepeatTimeUnit(benchmark::State& state) { in BM_RepeatTimeUnit()
607 void BM_UserStats(benchmark::State& state) { in BM_UserStats()
736 void BM_CSV_Format(benchmark::State& state) { in BM_CSV_Format()