Lines Matching refs:VCDiffHeaderParser
66 VCDiffHeaderParser::VCDiffHeaderParser(const char* header_start, in VCDiffHeaderParser() function in open_vcdiff::VCDiffHeaderParser
73 bool VCDiffHeaderParser::ParseByte(unsigned char* value) { in ParseByte()
86 bool VCDiffHeaderParser::ParseInt32(const char* variable_description, in ParseInt32()
113 bool VCDiffHeaderParser::ParseUInt32(const char* variable_description, in ParseUInt32()
144 bool VCDiffHeaderParser::ParseChecksum(const char* variable_description, in ParseChecksum()
154 bool VCDiffHeaderParser::ParseSize(const char* variable_description, in ParseSize()
164 bool VCDiffHeaderParser::ParseSourceSegmentLengthAndPosition( in ParseSourceSegmentLengthAndPosition()
205 bool VCDiffHeaderParser::ParseWinIndicatorAndSourceSegment( in ParseWinIndicatorAndSourceSegment()
246 bool VCDiffHeaderParser::ParseWindowLengths(size_t* target_window_length) { in ParseWindowLengths()
263 const char* VCDiffHeaderParser::EndOfDeltaWindow() const { in EndOfDeltaWindow()
272 bool VCDiffHeaderParser::ParseDeltaIndicator() { in ParseDeltaIndicator()
286 bool VCDiffHeaderParser::ParseSectionLengths( in ParseSectionLengths()