| /rocksdb-6.9/table/ |
| D | iterator_wrapper.h | 122 bool IsValuePinned() const { in IsValuePinned() function 124 return iter_->IsValuePinned(); in IsValuePinned()
|
| D | merging_iterator.cc | 270 bool IsValuePinned() const override { in IsValuePinned() function in ROCKSDB_NAMESPACE::MergingIterator 273 current_->IsValuePinned(); in IsValuePinned()
|
| D | internal_iterator.h | 147 virtual bool IsValuePinned() const { return false; } in IsValuePinned() function
|
| D | two_level_iterator.cc | 64 bool IsValuePinned() const override { return false; } in IsValuePinned() function in ROCKSDB_NAMESPACE::__anond75762610111::TwoLevelIndexIterator
|
| /rocksdb-6.9/db/ |
| D | db_iter.cc | 464 iter_.value(), iter_.iter()->IsValuePinned() /* operand_pinned */); in MergeValuesNewToOld() 508 iter_.value(), iter_.iter()->IsValuePinned() /* operand_pinned */); in MergeValuesNewToOld() 766 assert(iter_.iter()->IsValuePinned()); in FindValueForCurrentKey() 789 iter_.iter()->IsValuePinned() /* operand_pinned */); in FindValueForCurrentKey() 935 assert(iter_.iter()->IsValuePinned()); in FindValueForCurrentKeyUsingSeek() 948 iter_.value(), iter_.iter()->IsValuePinned() /* operand_pinned */); in FindValueForCurrentKeyUsingSeek() 985 iter_.value(), iter_.iter()->IsValuePinned() /* operand_pinned */); in FindValueForCurrentKeyUsingSeek()
|
| D | forward_iterator.cc | 178 bool IsValuePinned() const override { in IsValuePinned() function in ROCKSDB_NAMESPACE::ForwardLevelIterator 180 file_iter_->IsValuePinned(); in IsValuePinned() 611 bool ForwardIterator::IsValuePinned() const { in IsValuePinned() function in ROCKSDB_NAMESPACE::ForwardIterator 613 current_->IsValuePinned(); in IsValuePinned()
|
| D | forward_iterator.h | 82 virtual bool IsValuePinned() const override;
|
| D | range_tombstone_fragmenter.h | 140 bool IsValuePinned() const override { return true; } in IsValuePinned() function
|
| D | merge_helper.cc | 275 value_slice, iter->IsValuePinned() /* operand_pinned */); in MergeUntil()
|
| D | range_tombstone_fragmenter.cc | 185 if (!unfragmented_tombstones->IsValuePinned()) { in FragmentTombstones()
|
| D | db_iter_stress_test.cc | 244 bool IsValuePinned() const override { return true; } in IsValuePinned() function
|
| D | memtable.cc | 403 bool IsValuePinned() const override { in IsValuePinned() function in ROCKSDB_NAMESPACE::MemTableIterator
|
| D | version_set.cc | 932 bool IsValuePinned() const override { in IsValuePinned() function in ROCKSDB_NAMESPACE::__anonc84eced60311::LevelIterator 934 file_iter_.iter() && file_iter_.IsValuePinned(); in IsValuePinned()
|
| D | db_iter_test.cc | 207 bool IsValuePinned() const override { return true; } in IsValuePinned() function in ROCKSDB_NAMESPACE::TestIterator
|
| /rocksdb-6.9/table/block_based/ |
| D | block_based_table_iterator.h | 112 ((is_at_first_key_from_index_ && index_iter_->IsValuePinned()) || in IsKeyPinned() 115 bool IsValuePinned() const override { in IsValuePinned() function
|
| D | block.h | 289 bool IsValuePinned() const override { return block_contents_pinned_; } in IsValuePinned() function 566 bool IsValuePinned() const override { in IsValuePinned() function 567 return global_seqno_state_ != nullptr ? false : BlockIter::IsValuePinned(); in IsValuePinned()
|
| D | partitioned_index_iterator.h | 103 bool IsValuePinned() const override { in IsValuePinned() function
|
| D | block_based_table_reader.cc | 2238 biter.IsValuePinned() ? &biter : nullptr)) { in Get() 2530 if (biter->IsValuePinned()) { in MultiGet()
|
| /rocksdb-6.9/util/ |
| D | vector_iterator.h | 70 virtual bool IsValuePinned() const override { return true; } in IsValuePinned() function
|
| /rocksdb-6.9/test_util/ |
| D | testutil.h | 181 virtual bool IsValuePinned() const override { return true; } in IsValuePinned() function
|