Home
last modified time | relevance | path

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

/rocksdb-6.9/db/db_impl/
Ddb_impl_secondary.cc403 result = NewIteratorImpl(read_options, cfd, snapshot, read_callback); in NewIterator()
408 ArenaWrappedDBIter* DBImplSecondary::NewIteratorImpl( in NewIteratorImpl() function in ROCKSDB_NAMESPACE::DBImplSecondary
453 NewIteratorImpl(read_options, cfd, read_seq, read_callback)); in NewIterators()
Ddb_impl_secondary.h96 ArenaWrappedDBIter* NewIteratorImpl(const ReadOptions& read_options,
Ddb_impl.cc2565 result = NewIteratorImpl(read_options, cfd, snapshot, read_callback); in NewIterator()
2570 ArenaWrappedDBIter* DBImpl::NewIteratorImpl(const ReadOptions& read_options, in NewIteratorImpl() function in ROCKSDB_NAMESPACE::DBImpl
2675 NewIteratorImpl(read_options, cfd, snapshot, read_callback)); in NewIterators()
Ddb_impl.h480 ArenaWrappedDBIter* NewIteratorImpl(const ReadOptions& options,
/rocksdb-6.9/utilities/transactions/
Dwrite_prepared_txn_db.cc349 db_impl_->NewIteratorImpl(options, cfd, snapshot_seq, &state->callback, in NewIterator()
386 db_impl_->NewIteratorImpl(options, cfd, snapshot_seq, &state->callback, in NewIterators()
Dwrite_unprepared_txn_db.cc461 db_impl_->NewIteratorImpl(options, cfd, state->MaxVisibleSeq(), in NewIterator()
/rocksdb-6.9/db/blob/
Ddb_blob_index_test.cc95 return dbfull()->NewIteratorImpl( in GetBlobIterator()
/rocksdb-6.9/db/
Ddb_iterator_test.cc56 return dbfull()->NewIteratorImpl(read_options, cfd, seq, read_callback); in NewIterator()
2888 dbfull()->NewIteratorImpl(ReadOptions(), cfd, seq2, &callback1); in TEST_F()
2966 iter = dbfull()->NewIteratorImpl(ReadOptions(), cfd, seq4, &callback2); in TEST_F()
/rocksdb-6.9/utilities/blob_db/
Dblob_db_impl.cc1998 auto* iter = db_impl_->NewIteratorImpl( in NewIterator()