Home | History | Annotate | Download | only in gtest

Lines Matching refs:step_

10186         step_(step), end_index_(CalculateEndIndex(begin, end, step)) {}
10190 return new Iterator(this, begin_, 0, step_);
10193 return new Iterator(this, end_, end_index_, step_);
10201 : base_(base), value_(value), index_(index), step_(step) {}
10208 value_ = value_ + step_;
10230 step_(other.step_) {}
10238 const IncrementT step_;
10255 const IncrementT step_;