Home
last modified time | relevance | path

Searched defs:IsKeyPinned (Results 1 – 16 of 16) sorted by relevance

/rocksdb-6.9/table/block_based/
Dpartitioned_index_iterator.h98 bool IsKeyPinned() const override { in IsKeyPinned() function
Dblock_based_table_iterator.h108 bool IsKeyPinned() const override { in IsKeyPinned() function
Dblock.h285 bool IsKeyPinned() const override { in IsKeyPinned() function
/rocksdb-6.9/table/
Dinternal_iterator.h142 virtual bool IsKeyPinned() const { return false; } in IsKeyPinned() function
Diterator_wrapper.h118 bool IsKeyPinned() const { in IsKeyPinned() function
Dtwo_level_iterator.cc63 bool IsKeyPinned() const override { return false; } in IsKeyPinned() function in ROCKSDB_NAMESPACE::__anond75762610111::TwoLevelIndexIterator
Dmerging_iterator.cc264 bool IsKeyPinned() const override { in IsKeyPinned() function in ROCKSDB_NAMESPACE::MergingIterator
/rocksdb-6.9/util/
Dvector_iterator.h69 virtual bool IsKeyPinned() const override { return true; } in IsKeyPinned() function
/rocksdb-6.9/db/
Dforward_iterator.cc174 bool IsKeyPinned() const override { in IsKeyPinned() function in ROCKSDB_NAMESPACE::ForwardLevelIterator
606 bool ForwardIterator::IsKeyPinned() const { in IsKeyPinned() function in ROCKSDB_NAMESPACE::ForwardIterator
Drange_tombstone_fragmenter.h139 bool IsKeyPinned() const override { return false; } in IsKeyPinned() function
Ddb_iter_stress_test.cc243 bool IsKeyPinned() const override { return true; } in IsKeyPinned() function
Ddbformat.h446 bool IsKeyPinned() const { return (key_ != buf_); } in IsKeyPinned() function
Dmemtable.cc398 bool IsKeyPinned() const override { in IsKeyPinned() function in ROCKSDB_NAMESPACE::MemTableIterator
Ddb_iter_test.cc206 bool IsKeyPinned() const override { return true; } in IsKeyPinned() function in ROCKSDB_NAMESPACE::TestIterator
Dversion_set.cc927 bool IsKeyPinned() const override { in IsKeyPinned() function in ROCKSDB_NAMESPACE::__anonc84eced60311::LevelIterator
/rocksdb-6.9/test_util/
Dtestutil.h180 virtual bool IsKeyPinned() const override { return true; } in IsKeyPinned() function