Lines Matching refs:state
127 static void BM_property_get(benchmark::State& state) { in BM_property_get() argument
128 const size_t nprops = state.range(0); in BM_property_get()
133 while (state.KeepRunning()) { in BM_property_get()
140 static void BM_property_find(benchmark::State& state) { in BM_property_find() argument
141 const size_t nprops = state.range(0); in BM_property_find()
146 while (state.KeepRunning()) { in BM_property_find()
152 static void BM_property_read(benchmark::State& state) { in BM_property_read() argument
153 const size_t nprops = state.range(0); in BM_property_read()
166 while (state.KeepRunning()) { in BM_property_read()
175 static void BM_property_serial(benchmark::State& state) { in BM_property_serial() argument
176 const size_t nprops = state.range(0); in BM_property_serial()
187 while (state.KeepRunning()) { in BM_property_serial()
200 static void BM_property_find_real(benchmark::State& state) { in BM_property_find_real() argument
214 while (state.KeepRunning()) { in BM_property_find_real()