Home | History | Annotate | Download | only in src

Lines Matching defs:DecodeChunk

337   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()
793 if (!custom_code_table_decoder_->DecodeChunk(data->UnparsedData(),
854 bool VCDiffStreamingDecoderImpl::DecodeChunk(
859 VCD_DFATAL << "DecodeChunk() called without StartDecoding()" << VCD_ENDL;
892 Reset(); // Don't allow further DecodeChunk calls
907 " or called after DecodeChunk() returned false"
1006 // and re-parse the whole header when DecodeChunk() is called again.
1381 return impl_->DecodeChunk(data, len, output_string);