Home | History | Annotate | Download | only in json

Lines Matching full:index_

194       index_(0),
219 index_ = 0;
355 ++index_;
362 index_ += n;
414 index_last_line_ = index_;
628 pos_ = start_pos_ + index_; // CBU8_NEXT is postcrement.
629 CBU8_NEXT(start_pos_, index_, length, next_char);
722 --index_; // Rewind by one because of CBU8_NEXT.
826 const int start_index = index_;
836 end_index = index_;
849 end_index = index_;
861 end_index = index_;
869 int exit_index = index_ - 1;
883 index_ = exit_index;
969 error_column_ = index_ - index_last_line_ + column_adjust;