Home
last modified time | relevance | path

Searched refs:BlockIter (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/table/block_based/
Dblock.h35 class BlockIter; variable
232 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()
Dblock.cc492 void BlockIter<TValue>::CorruptionError() { in CorruptionError()
666 bool BlockIter<TValue>::BinarySeek(const Slice& target, uint32_t left, in BinarySeek()