Home | History | Annotate | Download | only in gtest

Lines Matching defs:step_

10187         step_(step), end_index_(CalculateEndIndex(begin, end, step)) {}
10191 return new Iterator(this, begin_, 0, step_);
10194 return new Iterator(this, end_, end_index_, step_);
10202 : base_(base), value_(value), index_(index), step_(step) {}
10209 value_ = value_ + step_;
10231 step_(other.step_) {}
10239 const IncrementT step_;
10256 const IncrementT step_;