HomeSort by relevance Sort by last modified time
    Searched refs:comp_chunks_ (Results 1 - 2 of 2) sorted by null

  /external/bsdiff/
compressor_buffer.cc 12 if (!comp_chunks_.empty()) {
14 for (const auto& chunk : comp_chunks_)
17 for (const auto& chunk : comp_chunks_) {
20 comp_chunks_.clear();
31 comp_chunks_.emplace_back(comp_buffer_.data(),
compressor_buffer.h 31 // Concatenate the data in |comp_chunks_| and return the data in the form of
35 // Add the data in |comp_buffer_| to the end of |comp_chunks_|.
41 std::vector<std::vector<uint8_t>> comp_chunks_; member in class:bsdiff::CompressorBuffer
43 // A concatenated version of the |comp_chunks_|, used to store the compressed

Completed in 239 milliseconds