Home
last modified time | relevance | path

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

/external/chromium/sdch/open-vcdiff/src/google/
Dvcdecoder.h64 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/sdch/open-vcdiff/src/
Dvcdecoder.cc342 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()