/external/chromium_org/sdch/open-vcdiff/src/ |
vcdecoder.cc | 194 // Decodes a single ADD instruction, updating parent_->decoded_target_. 197 // Decodes a single RUN instruction, updating parent_->decoded_target_. 200 // Decodes a single COPY instruction, updating parent_->decoded_target_. 465 string* decoded_target() { return &decoded_target_; } 515 // copies from decoded_target_ into output_string all the data that 520 // Appends to output_string the portion of decoded_target_ that has 521 // not yet been output, then clears decoded_target_. This function is 544 string decoded_target_; member in class:open_vcdiff::VCDiffStreamingDecoderImpl 587 // Contains the byte position within decoded_target_ of the first data that 647 decoded_target_.clear(); // delta_window_.Reset() depends on thi [all...] |
/external/open-vcdiff/src/ |
vcdecoder.cc | 194 // Decodes a single ADD instruction, updating parent_->decoded_target_. 197 // Decodes a single RUN instruction, updating parent_->decoded_target_. 200 // Decodes a single COPY instruction, updating parent_->decoded_target_. 465 string* decoded_target() { return &decoded_target_; } 515 // copies from decoded_target_ into output_string all the data that 520 // Appends to output_string the portion of decoded_target_ that has 521 // not yet been output, then clears decoded_target_. This function is 544 string decoded_target_; member in class:open_vcdiff::VCDiffStreamingDecoderImpl 587 // Contains the byte position within decoded_target_ of the first data that 647 decoded_target_.clear(); // delta_window_.Reset() depends on thi [all...] |
/external/chromium/sdch/open-vcdiff/src/ |
vcdecoder.cc | 201 // Decodes a single ADD instruction, updating parent_->decoded_target_. 204 // Decodes a single RUN instruction, updating parent_->decoded_target_. 207 // Decodes a single COPY instruction, updating parent_->decoded_target_. 472 string* decoded_target() { return &decoded_target_; } 485 // Removes the contents of decoded_target_ that precede the beginning of the 542 string decoded_target_; member in class:open_vcdiff::VCDiffStreamingDecoderImpl 634 decoded_target_.erase(0, delta_window_.target_window_start_pos()); 646 decoded_target_.clear(); // delta_window_.Reset() depends on this 853 const string& decoded_target_; member in class:open_vcdiff::__anon2977::TrackNewOutputText [all...] |
/external/chromium_org/sdch/open-vcdiff/ |
ChangeLog | 31 * Issue #12: Truncate decoded_target_ after decoding each window, rather than
|
/external/open-vcdiff/ |
ChangeLog | 31 * Issue #12: Truncate decoded_target_ after decoding each window, rather than
|