HomeSort by relevance Sort by last modified time
    Searched defs:dictionary_ptr (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);
466 const char* dictionary_ptr() const { return dictionary_ptr_; } function in class:open_vcdiff::VCDiffStreamingDecoderImpl
638 void VCDiffStreamingDecoderImpl::StartDecoding(const char* dictionary_ptr,
648 dictionary_ptr_ = dictionary_ptr;
    [all...]
  /external/open-vcdiff/src/
vcdecoder.cc 335 void StartDecoding(const char* dictionary_ptr, size_t dictionary_size);
459 const char* dictionary_ptr() const { return dictionary_ptr_; } function in class:open_vcdiff::VCDiffStreamingDecoderImpl
639 void VCDiffStreamingDecoderImpl::StartDecoding(const char* dictionary_ptr,
649 dictionary_ptr_ = dictionary_ptr;
    [all...]

Completed in 114 milliseconds