Home | History | Annotate | Download | only in src

Lines Matching defs:DecodeChunk

344   bool DecodeChunk(const char* data,
428 // Returns the amount of input data passed to the last DecodeChunk()
442 // No complete delta file header has been parsed yet. DecodeChunk()
459 // No complete delta file window has been parsed yet. DecodeChunk()
530 // DecodeChunk() reaches the end of its input and returns RESULT_END_OF_DATA.
532 // supplied to the next call to DecodeChunk(), so that they appear in
537 // used to fill the output string for DecodeChunk(), and will also be used to
587 // more calls to DecodeChunk(), followed by a single call to
740 // from VCDiffStreamingDecoderImpl::DecodeChunk()
763 // from VCDiffStreamingDecoderImpl::DecodeChunk()
792 if (!custom_code_table_decoder_->DecodeChunk(data->UnparsedData(),
859 bool VCDiffStreamingDecoderImpl::DecodeChunk(
864 LOG(DFATAL) << "DecodeChunk() called without StartDecoding()" << LOG_ENDL;
883 Reset(); // Don't allow further DecodeChunk calls
904 " or called after DecodeChunk() returned false"
1003 // and re-parse the whole header when DecodeChunk() is called again.
1380 return impl_->DecodeChunk(data, len, output_string);