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

/external/chromium/sdch/open-vcdiff/src/
H A Dvcdecoder.cc348 bool FinishDecoding();
439 // conditions are not met, then FinishDecoding() should not be called.
568 // If FinishDecoding() is called before this number is met, an error
588 // FinishDecoding().
641 LOG(DFATAL) << "StartDecoding() called twice without FinishDecoding()"
802 if (!custom_code_table_decoder_->FinishDecoding()) {
900 bool VCDiffStreamingDecoderImpl::FinishDecoding() { function in class:open_vcdiff::VCDiffStreamingDecoderImpl
903 LOG(WARNING) << "FinishDecoding() called before StartDecoding(),"
908 LOG(ERROR) << "FinishDecoding() called before parsing entire"
1383 bool VCDiffStreamingDecoder::FinishDecoding() { function in class:open_vcdiff::VCDiffStreamingDecoder
[all...]
/external/chromium_org/sdch/open-vcdiff/src/
H A Dvcdecoder.cc341 bool FinishDecoding();
432 // conditions are not met, then FinishDecoding() should not be called.
570 // If FinishDecoding() is called before this number is met, an error
594 // FinishDecoding().
642 VCD_DFATAL << "StartDecoding() called twice without FinishDecoding()"
803 if (!custom_code_table_decoder_->FinishDecoding()) {
903 bool VCDiffStreamingDecoderImpl::FinishDecoding() { function in class:open_vcdiff::VCDiffStreamingDecoderImpl
906 VCD_WARNING << "FinishDecoding() called before StartDecoding(),"
911 VCD_ERROR << "FinishDecoding() called before parsing entire"
1384 bool VCDiffStreamingDecoder::FinishDecoding() { function in class:open_vcdiff::VCDiffStreamingDecoder
[all...]
/external/open-vcdiff/src/
H A Dvcdecoder.cc341 bool FinishDecoding();
432 // conditions are not met, then FinishDecoding() should not be called.
570 // If FinishDecoding() is called before this number is met, an error
594 // FinishDecoding().
642 VCD_DFATAL << "StartDecoding() called twice without FinishDecoding()"
803 if (!custom_code_table_decoder_->FinishDecoding()) {
903 bool VCDiffStreamingDecoderImpl::FinishDecoding() { function in class:open_vcdiff::VCDiffStreamingDecoderImpl
906 VCD_WARNING << "FinishDecoding() called before StartDecoding(),"
911 VCD_ERROR << "FinishDecoding() called before parsing entire"
1384 bool VCDiffStreamingDecoder::FinishDecoding() { function in class:open_vcdiff::VCDiffStreamingDecoder
[all...]

Completed in 36 milliseconds