Home | History | Annotate | Download | only in gtest

Lines Matching refs:end_index_

10187         step_(step), end_index_(CalculateEndIndex(begin, end, step)) {}
10194 return new Iterator(this, end_, end_index_, step_);
10259 const int end_index_;