Lines Matching defs:index_
182 index_(other.index_) {}
195 if (++index_ < kBlockSize) return *this;
196 index_ = 0;
201 NodeType* operator*() { return block_->at(index_); }
202 NodeType* operator->() { return block_->at(index_); }
206 size_t index_ = 0;
324 index_ = 0;
354 uint8_t index() const { return index_; }
355 void set_index(uint8_t value) { index_ = value; }
406 uint8_t index_;