Searched refs:dictionary_ptr (Results 1 – 6 of 6) sorted by relevance
/external/chromium/sdch/open-vcdiff/src/google/ |
D | vcdecoder.h | 64 void StartDecoding(const char* dictionary_ptr, size_t dictionary_size); 157 bool Decode(const char* dictionary_ptr, in Decode() argument 162 return DecodeToInterface(dictionary_ptr, in Decode() 169 bool DecodeToInterface(const char* dictionary_ptr,
|
/external/open-vcdiff/src/google/ |
D | vcdecoder.h | 64 void StartDecoding(const char* dictionary_ptr, size_t dictionary_size); 157 bool Decode(const char* dictionary_ptr, in Decode() argument 162 return DecodeToInterface(dictionary_ptr, in Decode() 169 bool DecodeToInterface(const char* dictionary_ptr,
|
/external/chromium_org/sdch/open-vcdiff/src/google/ |
D | vcdecoder.h | 64 void StartDecoding(const char* dictionary_ptr, size_t dictionary_size); 157 bool Decode(const char* dictionary_ptr, in Decode() argument 162 return DecodeToInterface(dictionary_ptr, in Decode() 169 bool DecodeToInterface(const char* dictionary_ptr,
|
/external/chromium_org/sdch/open-vcdiff/src/ |
D | vcdecoder.cc | 335 void StartDecoding(const char* dictionary_ptr, size_t dictionary_size); 459 const char* dictionary_ptr() const { return dictionary_ptr_; } in dictionary_ptr() function in open_vcdiff::VCDiffStreamingDecoderImpl 639 void VCDiffStreamingDecoderImpl::StartDecoding(const char* dictionary_ptr, in StartDecoding() argument 649 dictionary_ptr_ = dictionary_ptr; in StartDecoding() 1084 source_segment_ptr_ = parent_->dictionary_ptr() + source_segment_position; in ReadHeader() 1402 bool VCDiffDecoder::DecodeToInterface(const char* dictionary_ptr, in DecodeToInterface() argument 1407 decoder_.StartDecoding(dictionary_ptr, dictionary_size); in DecodeToInterface()
|
/external/open-vcdiff/src/ |
D | vcdecoder.cc | 335 void StartDecoding(const char* dictionary_ptr, size_t dictionary_size); 459 const char* dictionary_ptr() const { return dictionary_ptr_; } in dictionary_ptr() function in open_vcdiff::VCDiffStreamingDecoderImpl 639 void VCDiffStreamingDecoderImpl::StartDecoding(const char* dictionary_ptr, in StartDecoding() argument 649 dictionary_ptr_ = dictionary_ptr; in StartDecoding() 1084 source_segment_ptr_ = parent_->dictionary_ptr() + source_segment_position; in ReadHeader() 1402 bool VCDiffDecoder::DecodeToInterface(const char* dictionary_ptr, in DecodeToInterface() argument 1407 decoder_.StartDecoding(dictionary_ptr, dictionary_size); in DecodeToInterface()
|
/external/chromium/sdch/open-vcdiff/src/ |
D | vcdecoder.cc | 342 void StartDecoding(const char* dictionary_ptr, size_t dictionary_size); 466 const char* dictionary_ptr() const { return dictionary_ptr_; } in dictionary_ptr() function in open_vcdiff::VCDiffStreamingDecoderImpl 638 void VCDiffStreamingDecoderImpl::StartDecoding(const char* dictionary_ptr, in StartDecoding() argument 648 dictionary_ptr_ = dictionary_ptr; in StartDecoding() 1077 source_segment_ptr_ = parent_->dictionary_ptr() + source_segment_position; in ReadHeader() 1401 bool VCDiffDecoder::DecodeToInterface(const char* dictionary_ptr, in DecodeToInterface() argument 1406 decoder_.StartDecoding(dictionary_ptr, dictionary_size); in DecodeToInterface()
|