next_instruction_index_   44 chrome/browser/profile_resetter/jtl_interpreter.cc         next_instruction_index_(0u),
next_instruction_index_   57 chrome/browser/profile_resetter/jtl_interpreter.cc     if (next_instruction_index_ >= sentence_.size())
next_instruction_index_   60 chrome/browser/profile_resetter/jtl_interpreter.cc     Operation* op = sentence_[next_instruction_index_];
next_instruction_index_   61 chrome/browser/profile_resetter/jtl_interpreter.cc     next_instruction_index_++;
next_instruction_index_   63 chrome/browser/profile_resetter/jtl_interpreter.cc     next_instruction_index_--;
next_instruction_index_   99 chrome/browser/profile_resetter/jtl_interpreter.cc   size_t next_instruction_index_;
next_instruction_index_  471 chrome/browser/profile_resetter/jtl_interpreter.cc     while (next_instruction_index_ < program_.size() && !sentence_ended) {
next_instruction_index_  631 chrome/browser/profile_resetter/jtl_interpreter.cc     return next_instruction_index_ < program_.size();
next_instruction_index_  638 chrome/browser/profile_resetter/jtl_interpreter.cc     if (next_instruction_index_ + 1u > program_.size())
next_instruction_index_  640 chrome/browser/profile_resetter/jtl_interpreter.cc     *out = static_cast<uint8>(program_[next_instruction_index_]);
next_instruction_index_  641 chrome/browser/profile_resetter/jtl_interpreter.cc     ++next_instruction_index_;
next_instruction_index_  648 chrome/browser/profile_resetter/jtl_interpreter.cc     if (next_instruction_index_ + 4u > program_.size())
next_instruction_index_  653 chrome/browser/profile_resetter/jtl_interpreter.cc       *out |= static_cast<uint8>(program_[next_instruction_index_]) << 24;
next_instruction_index_  654 chrome/browser/profile_resetter/jtl_interpreter.cc       ++next_instruction_index_;
next_instruction_index_  664 chrome/browser/profile_resetter/jtl_interpreter.cc     if (next_instruction_index_ + jtl_foundation::kHashSizeInBytes >
next_instruction_index_  667 chrome/browser/profile_resetter/jtl_interpreter.cc     *out = program_.substr(next_instruction_index_,
next_instruction_index_  669 chrome/browser/profile_resetter/jtl_interpreter.cc     next_instruction_index_ += jtl_foundation::kHashSizeInBytes;
next_instruction_index_  689 chrome/browser/profile_resetter/jtl_interpreter.cc   size_t next_instruction_index_;