Home
last modified time | relevance | path

Searched refs:IsKeyPinned (Results 1 – 22 of 22) sorted by relevance

/rocksdb-6.9/db/
Ddb_iter.cc96 *prop = (pin_thru_lifetime_ && saved_key_.IsKeyPinned()) ? "1" : "0"; in GetProperty()
285 !iter_.iter()->IsKeyPinned() /* copy */); in FindNextUserEntryInternal()
306 !iter_.iter()->IsKeyPinned() /* copy */); in FindNextUserEntryInternal()
312 !iter_.iter()->IsKeyPinned() /* copy */); in FindNextUserEntryInternal()
343 !pin_thru_lifetime_ || !iter_.iter()->IsKeyPinned() /* copy */); in FindNextUserEntryInternal()
378 !iter_.iter()->IsKeyPinned() || !pin_thru_lifetime_ /* copy */); in FindNextUserEntryInternal()
659 !iter_.iter()->IsKeyPinned() || !pin_thru_lifetime_ /* copy */); in PrevInternal()
1303 !iter_.iter()->IsKeyPinned() || !pin_thru_lifetime_ /* copy */); in SeekToFirst()
Ddbformat.h381 if (IsKeyPinned() /* key is not in buf_ */) { in TrimAppend()
430 assert(IsKeyPinned() == true); in OwnKey()
440 assert(!IsKeyPinned()); in UpdateInternalKey()
446 bool IsKeyPinned() const { return (key_ != buf_); } in IsKeyPinned() function
Dforward_iterator.cc174 bool IsKeyPinned() const override { in IsKeyPinned() function in ROCKSDB_NAMESPACE::ForwardLevelIterator
176 file_iter_->IsKeyPinned(); in IsKeyPinned()
606 bool ForwardIterator::IsKeyPinned() const { in IsKeyPinned() function in ROCKSDB_NAMESPACE::ForwardIterator
608 current_->IsKeyPinned(); in IsKeyPinned()
Drange_tombstone_fragmenter.cc39 if (unfragmented_tombstones->IsKeyPinned()) { in FragmentedRangeTombstoneList()
177 if (!unfragmented_tombstones->IsKeyPinned()) { in FragmentTombstones()
Dforward_iterator.h81 virtual bool IsKeyPinned() const override;
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
Dmemtable.cc398 bool IsKeyPinned() const override { in IsKeyPinned() function in ROCKSDB_NAMESPACE::MemTableIterator
Dversion_set.cc927 bool IsKeyPinned() const override { in IsKeyPinned() function in ROCKSDB_NAMESPACE::__anonc84eced60311::LevelIterator
929 file_iter_.iter() && file_iter_.IsKeyPinned(); in IsKeyPinned()
Ddb_iter_test.cc206 bool IsKeyPinned() const override { return true; } in IsKeyPinned() function in ROCKSDB_NAMESPACE::TestIterator
/rocksdb-6.9/table/
Diterator_wrapper.h118 bool IsKeyPinned() const { in IsKeyPinned() function
120 return iter_->IsKeyPinned(); in IsKeyPinned()
Dmerging_iterator.cc264 bool IsKeyPinned() const override { in IsKeyPinned() function in ROCKSDB_NAMESPACE::MergingIterator
267 current_->IsKeyPinned(); in IsKeyPinned()
Dinternal_iterator.h142 virtual bool IsKeyPinned() const { return false; } in IsKeyPinned() function
Dtwo_level_iterator.cc63 bool IsKeyPinned() const override { return false; } in IsKeyPinned() function in ROCKSDB_NAMESPACE::__anond75762610111::TwoLevelIndexIterator
/rocksdb-6.9/table/block_based/
Dblock_based_table_iterator.h108 bool IsKeyPinned() const override { in IsKeyPinned() function
113 (block_iter_points_to_real_block_ && block_iter_.IsKeyPinned())); in IsKeyPinned()
Dpartitioned_index_iterator.h98 bool IsKeyPinned() const override { in IsKeyPinned() function
Dblock.h285 bool IsKeyPinned() const override { in IsKeyPinned() function
Dblock.cc222 if (key_.IsKeyPinned()) { in Prev()
/rocksdb-6.9/util/
Dvector_iterator.h69 virtual bool IsKeyPinned() const override { return true; } in IsKeyPinned() function
/rocksdb-6.9/docs/_posts/
D2016-07-26-rocksdb-4-8-released.markdown48 …* Deprecate Iterator::IsKeyPinned() and replace it with Iterator::GetProperty() with prop_name="ro…
/rocksdb-6.9/test_util/
Dtestutil.h180 virtual bool IsKeyPinned() const override { return true; } in IsKeyPinned() function
/rocksdb-6.9/
DHISTORY.md796 * Deprecate Iterator::IsKeyPinned() and replace it with Iterator::GetProperty() with prop_name="roc…