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

  /external/chromium/sdch/open-vcdiff/src/google/
vcdecoder.h 36 // v.StartDecoding(dictionary_ptr, dictionary_size);
59 // Resets the dictionary contents to "dictionary_ptr[0,dictionary_size-1]"
62 // dictionary_ptr is valid until FinishDecoding is called.
64 void StartDecoding(const char* dictionary_ptr, size_t dictionary_size);
157 bool Decode(const char* dictionary_ptr,
162 return DecodeToInterface(dictionary_ptr,
169 bool DecodeToInterface(const char* dictionary_ptr,
  /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...]

Completed in 161 milliseconds