Searched refs:seek_result (Results 1 – 1 of 1) sorted by relevance
363 SeekResult seek_result = SeekIndex(limit); in Rewind() local364 DCHECK_NOT_NULL(seek_result.chunk_); in Rewind()367 seek_result.chunk_->position_ = seek_result.chunk_index_; in Rewind()370 back_ = seek_result.chunk_; in Rewind()373 for (Chunk* current = seek_result.chunk_->next_; current != nullptr; in Rewind()383 SeekResult seek_result = SeekIndex(index); in Find() local384 return ForwardZoneChunkListIterator<T>(seek_result.chunk_, in Find()385 seek_result.chunk_index_); in Find()391 SeekResult seek_result = SeekIndex(index); in Find() local392 return ForwardZoneChunkListIterator<const T>(seek_result.chunk_, in Find()[all …]