HomeSort by relevance Sort by last modified time
    Searched defs:VCDiffHeaderParser (Results 1 - 2 of 2) sorted by null

  /external/chromium/sdch/open-vcdiff/src/
headerparser.cc 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
    [all...]
headerparser.h 192 class VCDiffHeaderParser {
197 VCDiffHeaderParser(const char* header_start, const char* data_end);
394 VCDiffHeaderParser(const VCDiffHeaderParser&);
395 void operator=(const VCDiffHeaderParser&);

Completed in 4519 milliseconds