Lines Matching refs:state
137 static void BM_property_get(benchmark::State& state) { in BM_property_get() argument
138 const size_t nprops = state.range(0); in BM_property_get()
143 while (state.KeepRunning()) { in BM_property_get()
150 static void BM_property_find(benchmark::State& state) { in BM_property_find() argument
151 const size_t nprops = state.range(0); in BM_property_find()
156 while (state.KeepRunning()) { in BM_property_find()
162 static void BM_property_read(benchmark::State& state) { in BM_property_read() argument
163 const size_t nprops = state.range(0); in BM_property_read()
176 while (state.KeepRunning()) { in BM_property_read()
185 static void BM_property_serial(benchmark::State& state) { in BM_property_serial() argument
186 const size_t nprops = state.range(0); in BM_property_serial()
197 while (state.KeepRunning()) { in BM_property_serial()