Lines Matching refs:NewIndexIterator
1326 InternalIteratorBase<IndexValue>* BlockBasedTable::NewIndexIterator( in NewIndexIterator() function in ROCKSDB_NAMESPACE::BlockBasedTable
1355 return block->NewIndexIterator( in InitBlockIterator()
1885 return block->second.GetValue()->NewIndexIterator( in NewSecondaryIterator()
1966 std::unique_ptr<InternalIteratorBase<IndexValue>> iiter(NewIndexIterator( in PrefixMayMatch()
2026 std::unique_ptr<InternalIteratorBase<IndexValue>> index_iter(NewIndexIterator( in NewIterator()
2156 NewIndexIterator(read_options, need_upper_bound_check, &iiter_on_stack, in Get()
2328 NewIndexIterator(read_options, need_upper_bound_check, &iiter_on_stack, in MultiGet()
2616 auto iiter = NewIndexIterator(ReadOptions(), /*need_upper_bound_check=*/false, in Prefetch()
2685 InternalIteratorBase<IndexValue>* iiter = NewIndexIterator( in VerifyChecksum()
2827 std::unique_ptr<InternalIteratorBase<IndexValue>> iiter(NewIndexIterator( in TEST_KeyInCache()
2937 NewIndexIterator(ro, /*disable_prefix_seek=*/true, in ApproximateOffsetOf()
2958 NewIndexIterator(ro, /*disable_prefix_seek=*/true, in ApproximateSize()
2989 NewIndexIterator(ReadOptions(), /*need_upper_bound_check=*/false, in GetKVPairsFromDataBlocks()
3170 NewIndexIterator(ReadOptions(), /*need_upper_bound_check=*/false, in DumpIndexBlock()
3222 NewIndexIterator(ReadOptions(), /*need_upper_bound_check=*/false, in DumpDataBlocks()