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

/external/chromium_org/sdch/open-vcdiff/src/
H A Dvcdecoder.cc335 void StartDecoding(const char* dictionary_ptr, size_t dictionary_size);
471 VCD_DFATAL << "SetAllowVcdTarget() called after StartDecoding()"
592 // functions, i.e., a single call to StartDecoding(), followed by zero or
639 void VCDiffStreamingDecoderImpl::StartDecoding(const char* dictionary_ptr, function in class:open_vcdiff::VCDiffStreamingDecoderImpl
642 VCD_DFATAL << "StartDecoding() called twice without FinishDecoding()"
773 custom_code_table_decoder_->StartDecoding(
859 VCD_DFATAL << "DecodeChunk() called without StartDecoding()" << VCD_ENDL;
906 VCD_WARNING << "FinishDecoding() called before StartDecoding(),"
1373 void VCDiffStreamingDecoder::StartDecoding(const char* source, size_t len) { function in class:open_vcdiff::VCDiffStreamingDecoder
1374 impl_->StartDecoding(sourc
[all...]

Completed in 107 milliseconds