Searched defs:length_of_the_delta_encoding (Results 1 - 3 of 3) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
H A Dencodetable.cc268 size_t length_of_the_delta_encoding = local
278 length_of_the_delta_encoding +=
281 return length_of_the_delta_encoding;
288 const size_t length_of_the_delta_encoding = local
291 length_of_the_delta_encoding +
295 CalculateLengthOfSizeAsVarint(length_of_the_delta_encoding);
314 AppendSizeToOutputString(length_of_the_delta_encoding, out);
336 if (length_of_the_delta_encoding !=
339 << length_of_the_delta_encoding
/external/chromium_org/sdch/open-vcdiff/src/
H A Dencodetable.cc296 size_t length_of_the_delta_encoding = local
306 length_of_the_delta_encoding +=
309 return length_of_the_delta_encoding;
316 const size_t length_of_the_delta_encoding = local
319 length_of_the_delta_encoding +
323 CalculateLengthOfSizeAsVarint(length_of_the_delta_encoding);
342 AppendSizeToOutputString(length_of_the_delta_encoding, out);
364 if (length_of_the_delta_encoding !=
367 << length_of_the_delta_encoding
/external/open-vcdiff/src/
H A Dencodetable.cc296 size_t length_of_the_delta_encoding = local
306 length_of_the_delta_encoding +=
309 return length_of_the_delta_encoding;
316 const size_t length_of_the_delta_encoding = local
319 length_of_the_delta_encoding +
323 CalculateLengthOfSizeAsVarint(length_of_the_delta_encoding);
342 AppendSizeToOutputString(length_of_the_delta_encoding, out);
364 if (length_of_the_delta_encoding !=
367 << length_of_the_delta_encoding

Completed in 106 milliseconds