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

  /external/chromium/sdch/open-vcdiff/src/
encodetable.cc 79 data_for_add_and_run_ = &instructions_and_sizes_;
82 data_for_add_and_run_ = &separate_data_for_add_and_run_;
212 data_for_add_and_run_->append(data, size);
247 data_for_add_and_run_->push_back(byte);
encodetable.h 122 // If interleaved is true, sets data_for_add_and_run_ and
126 // If interleaved is false, sets data_for_add_and_run_ and
171 string *data_for_add_and_run_; 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
226 data_for_add_and_run_.Init(&instructions_and_sizes_);
237 // data_for_add_and_run_ should point at instructions_and_sizes_.
273 // data_for_add_and_run_ and addresses_for_copy_ will both point to
277 DeltaWindowSection data_for_add_and_run_; member in class:open_vcdiff::VCDiffDeltaFileWindow
    [all...]

Completed in 57 milliseconds