Home
last modified time | relevance | path

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

/rocksdb-6.9/table/block_based/
Dblock.cc140 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()
721 bool IndexBlockIter::BinaryBlockIndexSeek(const Slice& target, in BinaryBlockIndexSeek()
960 IndexBlockIter* Block::NewIndexIterator( in NewIndexIterator()
965 IndexBlockIter* ret_iter; in NewIndexIterator()
[all …]
Dblock.h37 class IndexBlockIter; variable
209 IndexBlockIter* NewIndexIterator(const Comparator* comparator,
212 IndexBlockIter* iter, Statistics* stats,
482 class IndexBlockIter final : public BlockIter<IndexValue> {
484 IndexBlockIter() : BlockIter(), prefix_index_(nullptr) {} in IndexBlockIter() function
Dpartitioned_index_reader.cc46 IndexBlockIter* iter, GetContext* get_context, in NewIterator()
109 IndexBlockIter biter; in CacheDependencies()
Dbinary_search_index_reader.h30 IndexBlockIter* iter, GetContext* get_context,
Dpartitioned_index_reader.h29 IndexBlockIter* iter, GetContext* get_context,
Dhash_index_reader.h27 IndexBlockIter* iter, GetContext* get_context,
Dblock_based_table_reader.cc1328 IndexBlockIter* input_iter, GetContext* get_context, in NewIndexIterator()
1352 IndexBlockIter* BlockBasedTable::InitBlockIterator<IndexBlockIter>( in InitBlockIterator()
1354 IndexBlockIter* input_iter, bool block_contents_pinned) { in InitBlockIterator()
1892 return new IndexBlockIter(); in NewSecondaryIterator()
2147 IndexBlockIter iiter_on_stack; in Get()
2319 IndexBlockIter iiter_on_stack; in MultiGet()
2615 IndexBlockIter iiter_on_stack; in Prefetch()
2683 IndexBlockIter iiter_on_stack; in VerifyChecksum()
2933 IndexBlockIter iiter_on_stack; in ApproximateOffsetOf()
2954 IndexBlockIter iiter_on_stack; in ApproximateSize()
Dpartitioned_filter_block.cc193 IndexBlockIter iter; in GetFilterPartitionHandle()
319 IndexBlockIter biter; in CacheDependencies()
Dbinary_search_index_reader.cc44 IndexBlockIter* iter, GetContext* get_context, in NewIterator()
Dpartitioned_index_iterator.cc97 table_->NewDataBlockIterator<IndexBlockIter>( in InitPartitionedIndexBlock()
Dpartitioned_index_iterator.h132 IndexBlockIter block_iter_;
Dblock_based_table_reader.h195 IndexBlockIter* iter, GetContext* get_context,
326 IndexBlockIter* input_iter, GetContext* get_context,
Dhash_index_reader.cc113 IndexBlockIter* iter, GetContext* get_context, in NewIterator()
Dblock_test.cc573 IndexBlockIter *kNullIter = nullptr; in TEST_P()