Home
last modified time | relevance | path

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

/rocksdb-6.9/table/block_based/
Dblock.h363 : BlockIter(), read_amp_bitmap_(nullptr), last_bitmap_offset_(0) {} in DataBlockIter()
386 last_bitmap_offset_ = current_ + 1; in Initialize()
393 current_ != last_bitmap_offset_) { in value()
396 last_bitmap_offset_ = current_; in value()
444 mutable uint32_t last_bitmap_offset_; variable