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

  /external/bsdiff/
compressor_buffer.cc 16 comp_data_.reserve(comp_data_.size() + chunks_size);
18 comp_data_.insert(comp_data_.end(), chunk.begin(), chunk.end());
22 return comp_data_;
compressor_buffer.h 45 std::vector<uint8_t> comp_data_; member in class:bsdiff::CompressorBuffer

Completed in 223 milliseconds