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

/external/chromium/sdch/open-vcdiff/src/
H A Dvcdecoder.cc342 void StartDecoding(const char* dictionary_ptr, size_t dictionary_size);
478 LOG(DFATAL) << "SetAllowVcdTarget() called after StartDecoding()"
586 // functions, i.e., a single call to StartDecoding(), followed by zero or
638 void VCDiffStreamingDecoderImpl::StartDecoding(const char* dictionary_ptr, function in class:open_vcdiff::VCDiffStreamingDecoderImpl
641 LOG(DFATAL) << "StartDecoding() called twice without FinishDecoding()"
772 custom_code_table_decoder_->StartDecoding(
864 LOG(DFATAL) << "DecodeChunk() called without StartDecoding()" << LOG_ENDL;
903 LOG(WARNING) << "FinishDecoding() called before StartDecoding(),"
1372 void VCDiffStreamingDecoder::StartDecoding(const char* source, size_t len) { function in class:open_vcdiff::VCDiffStreamingDecoder
1373 impl_->StartDecoding(sourc
[all...]
/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...]
/external/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 172 milliseconds