Searched refs:dictionary_ptr (Results 1 – 2 of 2) sorted by relevance
64 void StartDecoding(const char* dictionary_ptr, size_t dictionary_size);157 bool Decode(const char* dictionary_ptr, in Decode() argument162 return DecodeToInterface(dictionary_ptr, in Decode()169 bool DecodeToInterface(const char* dictionary_ptr,
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::VCDiffStreamingDecoderImpl638 void VCDiffStreamingDecoderImpl::StartDecoding(const char* dictionary_ptr, in StartDecoding() argument648 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() argument1406 decoder_.StartDecoding(dictionary_ptr, dictionary_size); in DecodeToInterface()