Lines Matching refs:IndexBlockIter
140 void IndexBlockIter::Next() { in Next()
145 void IndexBlockIter::Prev() { in Prev()
377 void IndexBlockIter::Seek(const Slice& target) { in Seek()
461 void IndexBlockIter::SeekToFirst() { in SeekToFirst()
480 void IndexBlockIter::SeekToLast() { in SeekToLast()
571 bool IndexBlockIter::ParseNextIndexKey() { in ParseNextIndexKey()
630 void IndexBlockIter::DecodeCurrentValue(uint32_t shared) { in DecodeCurrentValue()
702 int IndexBlockIter::CompareBlockKey(uint32_t block_index, const Slice& target) { in CompareBlockKey()
721 bool IndexBlockIter::BinaryBlockIndexSeek(const Slice& target, in BinaryBlockIndexSeek()
803 bool IndexBlockIter::PrefixSeek(const Slice& target, uint32_t* index, in PrefixSeek()
960 IndexBlockIter* Block::NewIndexIterator( in NewIndexIterator()
962 IndexBlockIter* iter, Statistics* /*stats*/, bool total_order_seek, in NewIndexIterator()
965 IndexBlockIter* ret_iter; in NewIndexIterator()
969 ret_iter = new IndexBlockIter; in NewIndexIterator()