Searched defs:VCDiffHeaderParser (Results 1 - 4 of 4) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
H A Dheaderparser.h192 class VCDiffHeaderParser { class in namespace:open_vcdiff
197 VCDiffHeaderParser(const char* header_start, const char* data_end);
394 VCDiffHeaderParser(const VCDiffHeaderParser&);
395 void operator=(const VCDiffHeaderParser&);
H A Dheaderparser.cc64 // *** Methods for VCDiffHeaderParser
66 VCDiffHeaderParser::VCDiffHeaderParser(const char* header_start, function in class:open_vcdiff::VCDiffHeaderParser
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
[all...]
/external/open-vcdiff/src/
H A Dheaderparser.h192 class VCDiffHeaderParser { class in namespace:open_vcdiff
197 VCDiffHeaderParser(const char* header_start, const char* data_end);
394 VCDiffHeaderParser(const VCDiffHeaderParser&);
395 void operator=(const VCDiffHeaderParser&);
H A Dheaderparser.cc64 // *** Methods for VCDiffHeaderParser
66 VCDiffHeaderParser::VCDiffHeaderParser(const char* header_start, function in class:open_vcdiff::VCDiffHeaderParser
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
[all...]

Completed in 300 milliseconds