Lines Matching defs:StartDecoding
335 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,
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) {
1374 impl_->StartDecoding(source, len);
1407 decoder_.StartDecoding(dictionary_ptr, dictionary_size);