Lines Matching refs:state
131 static void BM_property_get(benchmark::State& state) { in BM_property_get() argument
132 const size_t nprops = state.range(0); in BM_property_get()
137 while (state.KeepRunning()) { in BM_property_get()
144 static void BM_property_find(benchmark::State& state) { in BM_property_find() argument
145 const size_t nprops = state.range(0); in BM_property_find()
150 while (state.KeepRunning()) { in BM_property_find()
156 static void BM_property_read(benchmark::State& state) { in BM_property_read() argument
157 const size_t nprops = state.range(0); in BM_property_read()
170 while (state.KeepRunning()) { in BM_property_read()
179 static void BM_property_serial(benchmark::State& state) { in BM_property_serial() argument
180 const size_t nprops = state.range(0); in BM_property_serial()
191 while (state.KeepRunning()) { in BM_property_serial()
204 static void BM_property_find_real(benchmark::State& state) { in BM_property_find_real() argument
218 while (state.KeepRunning()) { in BM_property_find_real()