Lines Matching refs:VCDiffHeaderParser
64 // *** Methods for VCDiffHeaderParser
66 VCDiffHeaderParser::VCDiffHeaderParser(const char* header_start,
73 bool VCDiffHeaderParser::ParseByte(unsigned char* value) {
86 bool VCDiffHeaderParser::ParseInt32(const char* variable_description,
113 bool VCDiffHeaderParser::ParseUInt32(const char* variable_description,
144 bool VCDiffHeaderParser::ParseChecksum(const char* variable_description,
154 bool VCDiffHeaderParser::ParseSize(const char* variable_description,
164 bool VCDiffHeaderParser::ParseSourceSegmentLengthAndPosition(
205 bool VCDiffHeaderParser::ParseWinIndicatorAndSourceSegment(
246 bool VCDiffHeaderParser::ParseWindowLengths(size_t* target_window_length) {
248 VCD_DFATAL << "Internal error: VCDiffHeaderParser::ParseWindowLengths "
263 const char* VCDiffHeaderParser::EndOfDeltaWindow() const {
265 VCD_DFATAL << "Internal error: VCDiffHeaderParser::GetDeltaWindowEnd "
272 bool VCDiffHeaderParser::ParseDeltaIndicator() {
286 bool VCDiffHeaderParser::ParseSectionLengths(
302 VCD_DFATAL << "Internal error: VCDiffHeaderParser::ParseSectionLengths "