Lines Matching defs:state
100 virtual void BenchmarkCase(benchmark::State& state) {
104 while (state.KeepRunning()) {
111 state.SetBytesProcessed(total);
121 virtual void BenchmarkCase(benchmark::State& state) {
126 while (state.KeepRunning()) {
134 state.SetBytesProcessed(total);
144 virtual void BenchmarkCase(benchmark::State& state) {
149 while (state.KeepRunning()) {
155 state.SetBytesProcessed(total);
176 virtual void BenchmarkCase(benchmark::State& state) {
181 while (state.KeepRunning()) {
187 state.SetBytesProcessed(total);