Home
last modified time | relevance | path

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

/rocksdb-6.9/table/block_based/
Dblock_based_table_builder.cc109 std::string* compressed_output) { in CompressBlockInternal() argument
115 compressed_output); in CompressBlockInternal()
120 raw.data(), raw.size(), compressed_output); in CompressBlockInternal()
125 raw.data(), raw.size(), compressed_output); in CompressBlockInternal()
130 raw.data(), raw.size(), compressed_output); in CompressBlockInternal()
135 raw.data(), raw.size(), compressed_output); in CompressBlockInternal()
141 compressed_output); in CompressBlockInternal()
153 bool do_sample, std::string* compressed_output, in CompressBlock() argument
199 return *compressed_output; in CompressBlock()
348 std::string compressed_output; member
[all …]
Dblock_based_table_builder.h153 bool do_sample, std::string* compressed_output,