Searched refs:word_index_ (Results 1 – 2 of 2) sorted by relevance
93 return word_index_; in WordIndex()97 word_index_ = index; in SetWordIndex()177 const uint8_t* data = begin_ + sizeof(uint64_t) * word_index_; in ReadWords()181 word_index_ += num_words; in ReadWords()
199 : begin_(begin), end_(begin + length), word_index_(0) {} in RecordCursor()218 size_t word_index_; variable