Searched defs:DecodeChunk (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/sdch/open-vcdiff/src/google/
H A Dvcdecoder.h31 // transmission, it can be passed to DecodeChunk(), which will then output
38 // if (!v.DecodeChunk(data, len, &output_string)) {
47 // StartDecoding DecodeChunk* FinishDecoding
49 // NOTE: It is not necessary to call FinishDecoding if DecodeChunk
50 // returns false. When DecodeChunk returns false to signal an
79 // of the number of calls to DecodeChunk().
82 bool DecodeChunk(const char* data, size_t len, OutputType* output) { function in class:open_vcdiff::VCDiffStreamingDecoder
/external/chromium_org/sdch/open-vcdiff/src/
H A Dvcdecoder.cc337 bool DecodeChunk(const char* data,
421 // Returns the amount of input data passed to the last DecodeChunk()
435 // No complete delta file header has been parsed yet. DecodeChunk()
452 // No complete delta file window has been parsed yet. DecodeChunk()
532 // DecodeChunk() reaches the end of its input and returns RESULT_END_OF_DATA.
534 // supplied to the next call to DecodeChunk(), so that they appear in
539 // used to fill the output string for DecodeChunk(), and will also be used to
593 // more calls to DecodeChunk(), followed by a single call to
741 // from VCDiffStreamingDecoderImpl::DecodeChunk()
764 // from VCDiffStreamingDecoderImpl::DecodeChunk()
854 bool VCDiffStreamingDecoderImpl::DecodeChunk( function in class:open_vcdiff::VCDiffStreamingDecoderImpl
[all...]

Completed in 78 milliseconds