Home | History | Annotate | Download | only in gtest

Lines Matching refs:end_index_

10186         step_(step), end_index_(CalculateEndIndex(begin, end, step)) {}
10193 return new Iterator(this, end_, end_index_, step_);
10258 const int end_index_;