Home
last modified time | relevance | path

Searched refs:header_parser (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/sdch/open-vcdiff/src/
Dvcdecoder.cc177 VCDiffResult SetUpWindowSections(VCDiffHeaderParser* header_parser);
752 VCDiffHeaderParser header_parser(data_start, data_end); in InitCustomCodeTable() local
753 if (!header_parser.ParseInt32("size of near cache", &near_cache_size)) { in InitCustomCodeTable()
754 return header_parser.GetResult(); in InitCustomCodeTable()
756 if (!header_parser.ParseInt32("size of same cache", &same_cache_size)) { in InitCustomCodeTable()
757 return header_parser.GetResult(); in InitCustomCodeTable()
779 return static_cast<int>(header_parser.ParsedSize()); in InitCustomCodeTable()
983 VCDiffHeaderParser* header_parser) { in SetUpWindowSections() argument
987 if (!header_parser->ParseSectionLengths(has_checksum_, in SetUpWindowSections()
992 return header_parser->GetResult(); in SetUpWindowSections()
[all …]
/external/open-vcdiff/src/
Dvcdecoder.cc177 VCDiffResult SetUpWindowSections(VCDiffHeaderParser* header_parser);
752 VCDiffHeaderParser header_parser(data_start, data_end); in InitCustomCodeTable() local
753 if (!header_parser.ParseInt32("size of near cache", &near_cache_size)) { in InitCustomCodeTable()
754 return header_parser.GetResult(); in InitCustomCodeTable()
756 if (!header_parser.ParseInt32("size of same cache", &same_cache_size)) { in InitCustomCodeTable()
757 return header_parser.GetResult(); in InitCustomCodeTable()
779 return static_cast<int>(header_parser.ParsedSize()); in InitCustomCodeTable()
983 VCDiffHeaderParser* header_parser) { in SetUpWindowSections() argument
987 if (!header_parser->ParseSectionLengths(has_checksum_, in SetUpWindowSections()
992 return header_parser->GetResult(); in SetUpWindowSections()
[all …]
/external/chromium/sdch/open-vcdiff/src/
Dvcdecoder.cc184 VCDiffResult SetUpWindowSections(VCDiffHeaderParser* header_parser);
751 VCDiffHeaderParser header_parser(data_start, data_end); in InitCustomCodeTable() local
752 if (!header_parser.ParseInt32("size of near cache", &near_cache_size)) { in InitCustomCodeTable()
753 return header_parser.GetResult(); in InitCustomCodeTable()
755 if (!header_parser.ParseInt32("size of same cache", &same_cache_size)) { in InitCustomCodeTable()
756 return header_parser.GetResult(); in InitCustomCodeTable()
778 return static_cast<int>(header_parser.ParsedSize()); in InitCustomCodeTable()
980 VCDiffHeaderParser* header_parser) { in SetUpWindowSections() argument
984 if (!header_parser->ParseSectionLengths(has_checksum_, in SetUpWindowSections()
989 return header_parser->GetResult(); in SetUpWindowSections()
[all …]