Searched refs:IndexBlockIter (Results 1 – 14 of 14) sorted by relevance
| /rocksdb-6.9/table/block_based/ |
| D | block.cc | 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() 721 bool IndexBlockIter::BinaryBlockIndexSeek(const Slice& target, in BinaryBlockIndexSeek() 960 IndexBlockIter* Block::NewIndexIterator( in NewIndexIterator() 965 IndexBlockIter* ret_iter; in NewIndexIterator() [all …]
|
| D | block.h | 37 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
|
| D | partitioned_index_reader.cc | 46 IndexBlockIter* iter, GetContext* get_context, in NewIterator() 109 IndexBlockIter biter; in CacheDependencies()
|
| D | binary_search_index_reader.h | 30 IndexBlockIter* iter, GetContext* get_context,
|
| D | partitioned_index_reader.h | 29 IndexBlockIter* iter, GetContext* get_context,
|
| D | hash_index_reader.h | 27 IndexBlockIter* iter, GetContext* get_context,
|
| D | block_based_table_reader.cc | 1328 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()
|
| D | partitioned_filter_block.cc | 193 IndexBlockIter iter; in GetFilterPartitionHandle() 319 IndexBlockIter biter; in CacheDependencies()
|
| D | binary_search_index_reader.cc | 44 IndexBlockIter* iter, GetContext* get_context, in NewIterator()
|
| D | partitioned_index_iterator.cc | 97 table_->NewDataBlockIterator<IndexBlockIter>( in InitPartitionedIndexBlock()
|
| D | partitioned_index_iterator.h | 132 IndexBlockIter block_iter_;
|
| D | block_based_table_reader.h | 195 IndexBlockIter* iter, GetContext* get_context, 326 IndexBlockIter* input_iter, GetContext* get_context,
|
| D | hash_index_reader.cc | 113 IndexBlockIter* iter, GetContext* get_context, in NewIterator()
|
| D | block_test.cc | 573 IndexBlockIter *kNullIter = nullptr; in TEST_P()
|