HomeSort by relevance Sort by last modified time
    Searched defs:StartDecoding (Results 1 - 2 of 2) sorted by null

  /external/chromium/sdch/open-vcdiff/src/
vcdecoder.cc 342 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,
641 LOG(DFATAL) << "StartDecoding() called twice without FinishDecoding()"
    [all...]
  /external/open-vcdiff/src/
vcdecoder.cc 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()"
    [all...]

Completed in 190 milliseconds