Home
last modified time | relevance | path

Searched refs:own_bytes (Results 1 – 6 of 6) sorted by relevance

/rocksdb-6.9/table/block_based/
Dparsed_full_filter_block.h33 bool own_bytes() const { return block_contents_.own_bytes(); } in own_bytes() function
Dblock_based_table_reader_impl.h76 (!block.GetValue()->own_bytes() && rep_->immortal_table); in NewDataBlockIterator()
148 (!block.GetValue()->own_bytes() && rep_->immortal_table); in NewDataBlockIterator()
Dblock.h167 bool own_bytes() const { return contents_.own_bytes(); } in own_bytes() function
Dblock_based_table_reader.cc1164 if (block_cache != nullptr && block_holder->own_bytes() && in GetDataBlockFromCache()
1247 raw_block_contents->own_bytes()) { in PutDataBlockToCache()
1270 if (block_cache != nullptr && block_holder->own_bytes()) { in PutDataBlockToCache()
/rocksdb-6.9/table/
Dformat.h257 bool own_bytes() const { return allocation.get() != nullptr; } in own_bytes() function
/rocksdb-6.9/util/
Dcompression.h315 bool own_bytes() const { return !dict_.empty() || allocation_; } in own_bytes() function