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

  /external/chromium/sdch/open-vcdiff/src/
encodetable.cc 80 addresses_for_copy_ = &instructions_and_sizes_;
83 addresses_for_copy_ = &separate_addresses_for_copy_;
225 // addresses_for_copy_. The address should therefore be encoded
234 VarintBE<int32_t>::AppendToString(encoded_addr, addresses_for_copy_);
236 addresses_for_copy_->push_back(static_cast<unsigned char>(encoded_addr));
encodetable.h 123 // addresses_for_copy_ to point at instructions_and_sizes_,
127 // addresses_for_copy_ to point at their corresponding
179 string *addresses_for_copy_; member in class:open_vcdiff::VCDiffCodeTableWriter
vcdecoder.cc 156 // instructions_and_sizes_, data_for_add_and_run_, and addresses_for_copy_ so
178 // data_for_add_and_run_, and addresses_for_copy_. If the interleaved format
227 addresses_for_copy_.Init(&instructions_and_sizes_);
236 // If the sections are interleaved, both addresses_for_copy_ and
238 return !addresses_for_copy_.IsOwned();
273 // data_for_add_and_run_ and addresses_for_copy_ will both point to
278 DeltaWindowSection addresses_for_copy_; member in class:open_vcdiff::VCDiffDeltaFileWindow
    [all...]

Completed in 29 milliseconds