Lines Matching full:index_
8398 : file_(a_file), line_(a_line), index_(an_index),
8408 int index() const { return index_; }
8414 int index_;
10202 : base_(base), value_(value), index_(index), step_(step) {}
10210 index_++;
10223 CheckedDowncastToActualType<const Iterator>(&other)->index_;
10224 return index_ == other_index;
10230 base_(other.base_), value_(other.value_), index_(other.index_),
10238 int index_;