Searched refs:seek_result (Results 1 – 1 of 1) sorted by relevance
359 SeekResult seek_result = SeekIndex(limit); in Rewind() local360 DCHECK_NOT_NULL(seek_result.chunk_); in Rewind()363 seek_result.chunk_->position_ = seek_result.chunk_index_; in Rewind()366 back_ = seek_result.chunk_; in Rewind()369 for (Chunk* current = seek_result.chunk_->next_; current != nullptr; in Rewind()379 SeekResult seek_result = SeekIndex(index); in Find() local380 return typename ZoneChunkList<T>::iterator(seek_result.chunk_, in Find()381 seek_result.chunk_index_); in Find()387 SeekResult seek_result = SeekIndex(index); in Find() local388 return typename ZoneChunkList<T>::const_iterator(seek_result.chunk_, in Find()[all …]