/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_org/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/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...] |
/external/chromium_org/sdch/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...] |
/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...] |