Home
last modified time | relevance | path

Searched defs:NewIterator (Results 1 – 25 of 25) sorted by relevance

/rocksdb-6.9/table/block_based/
Dbinary_search_index_reader.cc42 InternalIteratorBase<IndexValue>* BinarySearchIndexReader::NewIterator( in NewIterator() function in ROCKSDB_NAMESPACE::BinarySearchIndexReader
Dhash_index_reader.cc111 InternalIteratorBase<IndexValue>* HashIndexReader::NewIterator( in NewIterator() function in ROCKSDB_NAMESPACE::HashIndexReader
Dpartitioned_index_reader.cc44 InternalIteratorBase<IndexValue>* PartitionIndexReader::NewIterator( in NewIterator() function in ROCKSDB_NAMESPACE::PartitionIndexReader
Dblock_based_table_reader.cc2018 InternalIterator* BlockBasedTable::NewIterator( in NewIterator() function in ROCKSDB_NAMESPACE::BlockBasedTable
/rocksdb-6.9/table/
Dsst_file_reader.cc65 Iterator* SstFileReader::NewIterator(const ReadOptions& options) { in NewIterator() function in ROCKSDB_NAMESPACE::SstFileReader
Dmock_table.cc30 InternalIterator* MockTableReader::NewIterator( in NewIterator() function in ROCKSDB_NAMESPACE::mock::MockTableReader
Dtable_test.cc241 InternalIterator* NewIterator( in NewIterator() function in ROCKSDB_NAMESPACE::BlockConstructor
386 InternalIterator* NewIterator( in NewIterator() function in ROCKSDB_NAMESPACE::TableConstructor
495 InternalIterator* NewIterator( in NewIterator() function in ROCKSDB_NAMESPACE::MemTableConstructor
558 InternalIterator* NewIterator( in NewIterator() function in ROCKSDB_NAMESPACE::DBConstructor
/rocksdb-6.9/db/db_impl/
Ddb_impl_readonly.cc71 Iterator* DBImplReadOnly::NewIterator(const ReadOptions& read_options, in NewIterator() function in ROCKSDB_NAMESPACE::DBImplReadOnly
Ddb_impl_secondary.cc380 Iterator* DBImplSecondary::NewIterator(const ReadOptions& read_options, in NewIterator() function in ROCKSDB_NAMESPACE::DBImplSecondary
Ddb_impl.cc2521 Iterator* DBImpl::NewIterator(const ReadOptions& read_options, in NewIterator() function in ROCKSDB_NAMESPACE::DBImpl
/rocksdb-6.9/utilities/blob_db/
Dblob_db.h200 virtual Iterator* NewIterator(const ReadOptions& options, in NewIterator() function
Dblob_db_impl.cc1987 Iterator* BlobDBImpl::NewIterator(const ReadOptions& read_options) { in NewIterator() function in ROCKSDB_NAMESPACE::blob_db::BlobDBImpl
/rocksdb-6.9/table/cuckoo/
Dcuckoo_table_reader.cc379 InternalIterator* CuckooTableReader::NewIterator( in NewIterator() function in ROCKSDB_NAMESPACE::CuckooTableReader
/rocksdb-6.9/db/
Drange_del_aggregator.cc465 CompactionRangeDelAggregator::NewIterator(const Slice* lower_bound, in NewIterator() function in ROCKSDB_NAMESPACE::CompactionRangeDelAggregator
Dtable_cache.cc175 InternalIterator* TableCache::NewIterator( in NewIterator() function in ROCKSDB_NAMESPACE::TableCache
Dmemtable.cc418 InternalIterator* MemTable::NewIterator(const ReadOptions& read_options, in NewIterator() function in ROCKSDB_NAMESPACE::MemTable
Ddb_iterator_test.cc38 Iterator* NewIterator(const ReadOptions& read_options, in NewIterator() function in ROCKSDB_NAMESPACE::DBIteratorTest
Ddb_test.cc2767 Iterator* NewIterator(const ReadOptions& options, in NewIterator() function in ROCKSDB_NAMESPACE::ModelDB
/rocksdb-6.9/utilities/write_batch_with_index/
Dwrite_batch_with_index.cc650 WBWIIterator* WriteBatchWithIndex::NewIterator() { in NewIterator() function in ROCKSDB_NAMESPACE::WriteBatchWithIndex
654 WBWIIterator* WriteBatchWithIndex::NewIterator( in NewIterator() function in ROCKSDB_NAMESPACE::WriteBatchWithIndex
/rocksdb-6.9/utilities/ttl/
Ddb_ttl_impl.cc318 Iterator* DBWithTTLImpl::NewIterator(const ReadOptions& opts, in NewIterator() function in ROCKSDB_NAMESPACE::DBWithTTLImpl
/rocksdb-6.9/utilities/transactions/
Dwrite_unprepared_txn_db.cc384 Iterator* WriteUnpreparedTxnDB::NewIterator(const ReadOptions& options, in NewIterator() function in ROCKSDB_NAMESPACE::WriteUnpreparedTxnDB
Dwrite_prepared_txn_db.cc321 Iterator* WritePreparedTxnDB::NewIterator(const ReadOptions& options, in NewIterator() function in ROCKSDB_NAMESPACE::WritePreparedTxnDB
/rocksdb-6.9/table/plain/
Dplain_table_reader.cc201 InternalIterator* PlainTableReader::NewIterator( in NewIterator() function in ROCKSDB_NAMESPACE::PlainTableReader
/rocksdb-6.9/include/rocksdb/utilities/
Dstackable_db.h184 virtual Iterator* NewIterator(const ReadOptions& opts, in NewIterator() function
/rocksdb-6.9/include/rocksdb/
Ddb.h674 virtual Iterator* NewIterator(const ReadOptions& options) { in NewIterator() function