Home | History | Annotate | Download | only in src

Lines Matching defs:dictionary_ptr

335   void StartDecoding(const char* dictionary_ptr, size_t dictionary_size);
459 const char* dictionary_ptr() const { return dictionary_ptr_; }
639 void VCDiffStreamingDecoderImpl::StartDecoding(const char* dictionary_ptr,
649 dictionary_ptr_ = dictionary_ptr;
1084 source_segment_ptr_ = parent_->dictionary_ptr() + source_segment_position;
1402 bool VCDiffDecoder::DecodeToInterface(const char* dictionary_ptr,
1407 decoder_.StartDecoding(dictionary_ptr, dictionary_size);