Searched refs:BlockIter (Results 1 – 2 of 2) sorted by relevance
35 class BlockIter; variable232 class BlockIter : public InternalIteratorBase<TValue> {274 ~BlockIter() override { in ~BlockIter()360 class DataBlockIter final : public BlockIter<Slice> {363 : BlockIter(), read_amp_bitmap_(nullptr), last_bitmap_offset_(0) {} in DataBlockIter()482 class IndexBlockIter final : public BlockIter<IndexValue> {484 IndexBlockIter() : BlockIter(), prefix_index_(nullptr) {} in IndexBlockIter()567 return global_seqno_state_ != nullptr ? false : BlockIter::IsValuePinned(); in IsValuePinned()
492 void BlockIter<TValue>::CorruptionError() { in CorruptionError()666 bool BlockIter<TValue>::BinarySeek(const Slice& target, uint32_t left, in BinarySeek()