Home | History | Annotate | Download | only in src

Lines Matching full:dictionary_ptr

342   void StartDecoding(const char* dictionary_ptr, size_t dictionary_size);
466 const char* dictionary_ptr() const { return dictionary_ptr_; }
638 void VCDiffStreamingDecoderImpl::StartDecoding(const char* dictionary_ptr,
648 dictionary_ptr_ = dictionary_ptr;
1077 source_segment_ptr_ = parent_->dictionary_ptr() + source_segment_position;
1401 bool VCDiffDecoder::DecodeToInterface(const char* dictionary_ptr,
1406 decoder_.StartDecoding(dictionary_ptr, dictionary_size);