Home
last modified time | relevance | path

Searched refs:delta_window_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
Dvcdecoder.cc449 } else if (delta_window_.FoundWindowHeader()) { in IsDecodingComplete()
548 VCDiffDeltaFileWindow delta_window_; member in open_vcdiff::VCDiffStreamingDecoderImpl
612 delta_window_.Init(this); in VCDiffStreamingDecoderImpl()
629 delta_window_.Reset(); in Reset()
634 decoded_target_.erase(0, delta_window_.target_window_start_pos()); in TruncateToBeginningOfWindow()
635 delta_window_.set_target_window_start_pos(0); in TruncateToBeginningOfWindow()
819 delta_window_.UseCodeTable(*custom_code_table_, addr_cache_->LastMode()); in ReadCustomCodeTable()
880 result = delta_window_.DecodeWindows(&parseable_chunk); in DecodeChunk()
888 output_tracker.AppendNewOutputText(delta_window_.TargetBytesRemaining(), in DecodeChunk()
/external/chromium_org/sdch/open-vcdiff/src/
Dvcdecoder.cc442 } else if (delta_window_.FoundWindowHeader()) { in IsDecodingComplete()
550 VCDiffDeltaFileWindow delta_window_; member in open_vcdiff::VCDiffStreamingDecoderImpl
618 delta_window_.Init(this); in VCDiffStreamingDecoderImpl()
635 delta_window_.Reset(); in Reset()
820 delta_window_.UseCodeTable(*custom_code_table_, addr_cache_->LastMode()); in ReadCustomCodeTable()
830 delta_window_.set_target_window_start_pos(0); in FlushDecodedTarget()
839 size_t target_bytes_remaining = delta_window_.TargetBytesRemaining(); in AppendNewOutputText()
875 result = delta_window_.DecodeWindow(&parseable_chunk); in DecodeChunk()
/external/open-vcdiff/src/
Dvcdecoder.cc442 } else if (delta_window_.FoundWindowHeader()) { in IsDecodingComplete()
550 VCDiffDeltaFileWindow delta_window_; member in open_vcdiff::VCDiffStreamingDecoderImpl
618 delta_window_.Init(this); in VCDiffStreamingDecoderImpl()
635 delta_window_.Reset(); in Reset()
820 delta_window_.UseCodeTable(*custom_code_table_, addr_cache_->LastMode()); in ReadCustomCodeTable()
830 delta_window_.set_target_window_start_pos(0); in FlushDecodedTarget()
839 size_t target_bytes_remaining = delta_window_.TargetBytesRemaining(); in AppendNewOutputText()
875 result = delta_window_.DecodeWindow(&parseable_chunk); in DecodeChunk()