Home
last modified time | relevance | path

Searched refs:WriteRawBlock (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/table/block_based/
Dblock_based_table_builder.cc709 WriteRawBlock(block_contents, type, handle, is_data_block); in WriteBlock()
720 void BlockBasedTableBuilder::WriteRawBlock(const Slice& block_contents, in WriteRawBlock() function in ROCKSDB_NAMESPACE::BlockBasedTableBuilder
853 WriteRawBlock(filter_content, kNoCompression, &filter_block_handle); in WriteFilterBlock()
898 WriteRawBlock(index_blocks.index_block_contents, kNoCompression, in WriteIndexBlock()
913 WriteRawBlock(index_blocks.index_block_contents, kNoCompression, in WriteIndexBlock()
983 WriteRawBlock(property_block_builder.Finish(), kNoCompression, in WritePropertiesBlock()
1009 WriteRawBlock(rep_->compression_dict->GetRawDict(), kNoCompression, in WriteCompressionDictBlock()
1029 WriteRawBlock(rep_->range_del_block.Finish(), kNoCompression, in WriteRangeDelBlock()
1164 WriteRawBlock(meta_index_builder.Finish(), kNoCompression, in Finish()
Dblock_based_table_builder.h120 void WriteRawBlock(const Slice& data, CompressionType, BlockHandle* handle,