Home | History | Annotate | Download | only in json

Lines Matching refs:index_

64       index_(0),
80 index_ = 0;
200 ++index_;
207 index_ += n;
259 index_last_line_ = index_;
465 int start_index = index_;
466 pos_ = start_pos_ + index_; // CBU8_NEXT is postcrement.
467 CBU8_NEXT(start_pos_, index_, length, next_char);
481 --index_; // Rewind by one because of CBU8_NEXT.
675 const int start_index = index_;
685 end_index = index_;
694 end_index = index_;
711 end_index = index_;
719 int exit_index = index_ - 1;
733 index_ = exit_index;
824 error_column_ = index_ - index_last_line_ + column_adjust;