Searched refs:dictionary_ptr (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/sdch/open-vcdiff/src/google/
H A Dvcdecoder.h36 // 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, argument
162 return DecodeToInterface(dictionary_ptr,
169 bool DecodeToInterface(const char* dictionary_ptr,
/external/chromium_org/sdch/open-vcdiff/src/
H A Dvcdecoder.cc335 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, argument
649 dictionary_ptr_ = dictionary_ptr;
1084 source_segment_ptr_ = parent_->dictionary_ptr() + source_segment_position;
1402 bool VCDiffDecoder::DecodeToInterface(const char* dictionary_ptr, argument
1407 decoder_.StartDecoding(dictionary_ptr, dictionary_size);

Completed in 2087 milliseconds