Home | History | Annotate | Download | only in input

Lines Matching defs:step_count_

47         step_count_(0) {
54 step_count_++;
55 if (step_count_ == num_steps_) {
58 } else if (step_count_ > num_steps_) {
70 int step_count_;