Searched refs:VCDiffHeaderParser (Results 1 – 12 of 12) sorted by relevance
/external/open-vcdiff/src/ |
D | headerparser.cc | 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() [all …]
|
D | headerparser.h | 192 class VCDiffHeaderParser { 197 VCDiffHeaderParser(const char* header_start, const char* data_end); 394 VCDiffHeaderParser(const VCDiffHeaderParser&); 395 void operator=(const VCDiffHeaderParser&);
|
D | headerparser_test.cc | 46 parser = new VCDiffHeaderParser( in StartParsing() 93 VCDiffHeaderParser* parser;
|
D | vcdecoder.cc | 177 VCDiffResult SetUpWindowSections(VCDiffHeaderParser* header_parser); 752 VCDiffHeaderParser header_parser(data_start, data_end); in InitCustomCodeTable() 983 VCDiffHeaderParser* header_parser) { in SetUpWindowSections() 1050 VCDiffHeaderParser header_parser(parseable_chunk->UnparsedData(), in ReadHeader()
|
/external/chromium_org/sdch/open-vcdiff/src/ |
D | headerparser.cc | 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() [all …]
|
D | headerparser.h | 192 class VCDiffHeaderParser { 197 VCDiffHeaderParser(const char* header_start, const char* data_end); 394 VCDiffHeaderParser(const VCDiffHeaderParser&); 395 void operator=(const VCDiffHeaderParser&);
|
D | headerparser_test.cc | 46 parser = new VCDiffHeaderParser( in StartParsing() 93 VCDiffHeaderParser* parser;
|
D | vcdecoder.cc | 177 VCDiffResult SetUpWindowSections(VCDiffHeaderParser* header_parser); 752 VCDiffHeaderParser header_parser(data_start, data_end); in InitCustomCodeTable() 983 VCDiffHeaderParser* header_parser) { in SetUpWindowSections() 1050 VCDiffHeaderParser header_parser(parseable_chunk->UnparsedData(), in ReadHeader()
|
/external/chromium/sdch/open-vcdiff/src/ |
D | headerparser.cc | 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() [all …]
|
D | headerparser.h | 192 class VCDiffHeaderParser { 197 VCDiffHeaderParser(const char* header_start, const char* data_end); 394 VCDiffHeaderParser(const VCDiffHeaderParser&); 395 void operator=(const VCDiffHeaderParser&);
|
D | headerparser_test.cc | 46 parser = new VCDiffHeaderParser( in StartParsing() 93 VCDiffHeaderParser* parser;
|
D | vcdecoder.cc | 184 VCDiffResult SetUpWindowSections(VCDiffHeaderParser* header_parser); 751 VCDiffHeaderParser header_parser(data_start, data_end); in InitCustomCodeTable() 980 VCDiffHeaderParser* header_parser) { in SetUpWindowSections() 1047 VCDiffHeaderParser header_parser(parseable_chunk->UnparsedData(), in ReadHeader()
|