| /rocksdb-6.9/db/ |
| D | db_iter.cc | 96 *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()
|
| D | dbformat.h | 381 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
|
| D | forward_iterator.cc | 174 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()
|
| D | range_tombstone_fragmenter.cc | 39 if (unfragmented_tombstones->IsKeyPinned()) { in FragmentedRangeTombstoneList() 177 if (!unfragmented_tombstones->IsKeyPinned()) { in FragmentTombstones()
|
| D | forward_iterator.h | 81 virtual bool IsKeyPinned() const override;
|
| D | range_tombstone_fragmenter.h | 139 bool IsKeyPinned() const override { return false; } in IsKeyPinned() function
|
| D | db_iter_stress_test.cc | 243 bool IsKeyPinned() const override { return true; } in IsKeyPinned() function
|
| D | memtable.cc | 398 bool IsKeyPinned() const override { in IsKeyPinned() function in ROCKSDB_NAMESPACE::MemTableIterator
|
| D | version_set.cc | 927 bool IsKeyPinned() const override { in IsKeyPinned() function in ROCKSDB_NAMESPACE::__anonc84eced60311::LevelIterator 929 file_iter_.iter() && file_iter_.IsKeyPinned(); in IsKeyPinned()
|
| D | db_iter_test.cc | 206 bool IsKeyPinned() const override { return true; } in IsKeyPinned() function in ROCKSDB_NAMESPACE::TestIterator
|
| /rocksdb-6.9/table/ |
| D | iterator_wrapper.h | 118 bool IsKeyPinned() const { in IsKeyPinned() function 120 return iter_->IsKeyPinned(); in IsKeyPinned()
|
| D | merging_iterator.cc | 264 bool IsKeyPinned() const override { in IsKeyPinned() function in ROCKSDB_NAMESPACE::MergingIterator 267 current_->IsKeyPinned(); in IsKeyPinned()
|
| D | internal_iterator.h | 142 virtual bool IsKeyPinned() const { return false; } in IsKeyPinned() function
|
| D | two_level_iterator.cc | 63 bool IsKeyPinned() const override { return false; } in IsKeyPinned() function in ROCKSDB_NAMESPACE::__anond75762610111::TwoLevelIndexIterator
|
| /rocksdb-6.9/table/block_based/ |
| D | block_based_table_iterator.h | 108 bool IsKeyPinned() const override { in IsKeyPinned() function 113 (block_iter_points_to_real_block_ && block_iter_.IsKeyPinned())); in IsKeyPinned()
|
| D | partitioned_index_iterator.h | 98 bool IsKeyPinned() const override { in IsKeyPinned() function
|
| D | block.h | 285 bool IsKeyPinned() const override { in IsKeyPinned() function
|
| D | block.cc | 222 if (key_.IsKeyPinned()) { in Prev()
|
| /rocksdb-6.9/util/ |
| D | vector_iterator.h | 69 virtual bool IsKeyPinned() const override { return true; } in IsKeyPinned() function
|
| /rocksdb-6.9/docs/_posts/ |
| D | 2016-07-26-rocksdb-4-8-released.markdown | 48 …* Deprecate Iterator::IsKeyPinned() and replace it with Iterator::GetProperty() with prop_name="ro…
|
| /rocksdb-6.9/test_util/ |
| D | testutil.h | 180 virtual bool IsKeyPinned() const override { return true; } in IsKeyPinned() function
|
| /rocksdb-6.9/ |
| D | HISTORY.md | 796 * Deprecate Iterator::IsKeyPinned() and replace it with Iterator::GetProperty() with prop_name="roc…
|