Home | History | Annotate | Download | only in src

Lines Matching refs:FinishDecoding

341   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() {
906 VCD_WARNING << "FinishDecoding() called before StartDecoding(),"
911 VCD_ERROR << "FinishDecoding() called before parsing entire"
1384 bool VCDiffStreamingDecoder::FinishDecoding() {
1385 return impl_->FinishDecoding();
1413 return decoder_.FinishDecoding();