Home
last modified time | relevance | path

Searched defs:IsValuePinned (Results 1 – 15 of 15) sorted by relevance

/rocksdb-6.9/table/block_based/
Dpartitioned_index_iterator.h103 bool IsValuePinned() const override { in IsValuePinned() function
Dblock_based_table_iterator.h115 bool IsValuePinned() const override { in IsValuePinned() function
Dblock.h289 bool IsValuePinned() const override { return block_contents_pinned_; } in IsValuePinned() function
566 bool IsValuePinned() const override { in IsValuePinned() function
/rocksdb-6.9/table/
Dinternal_iterator.h147 virtual bool IsValuePinned() const { return false; } in IsValuePinned() function
Diterator_wrapper.h122 bool IsValuePinned() const { in IsValuePinned() function
Dtwo_level_iterator.cc64 bool IsValuePinned() const override { return false; } in IsValuePinned() function in ROCKSDB_NAMESPACE::__anond75762610111::TwoLevelIndexIterator
Dmerging_iterator.cc270 bool IsValuePinned() const override { in IsValuePinned() function in ROCKSDB_NAMESPACE::MergingIterator
/rocksdb-6.9/util/
Dvector_iterator.h70 virtual bool IsValuePinned() const override { return true; } in IsValuePinned() function
/rocksdb-6.9/db/
Dforward_iterator.cc178 bool IsValuePinned() const override { in IsValuePinned() function in ROCKSDB_NAMESPACE::ForwardLevelIterator
611 bool ForwardIterator::IsValuePinned() const { in IsValuePinned() function in ROCKSDB_NAMESPACE::ForwardIterator
Drange_tombstone_fragmenter.h140 bool IsValuePinned() const override { return true; } in IsValuePinned() function
Ddb_iter_stress_test.cc244 bool IsValuePinned() const override { return true; } in IsValuePinned() function
Dmemtable.cc403 bool IsValuePinned() const override { in IsValuePinned() function in ROCKSDB_NAMESPACE::MemTableIterator
Ddb_iter_test.cc207 bool IsValuePinned() const override { return true; } in IsValuePinned() function in ROCKSDB_NAMESPACE::TestIterator
Dversion_set.cc932 bool IsValuePinned() const override { in IsValuePinned() function in ROCKSDB_NAMESPACE::__anonc84eced60311::LevelIterator
/rocksdb-6.9/test_util/
Dtestutil.h181 virtual bool IsValuePinned() const override { return true; } in IsValuePinned() function