Searched refs:decoded_target_ (Results 1 - 2 of 2) sorted by relevance

/external/open-vcdiff/src/
H A Dvcdecoder.cc194 // 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_
[all...]
/external/chromium/sdch/open-vcdiff/src/
H A Dvcdecoder.cc201 // 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
830 : decoded_target_(decoded_target),
836 decoded_target_
853 const string& decoded_target_; member in class:open_vcdiff::__anon3257::TrackNewOutputText
[all...]

Completed in 100 milliseconds