Searched refs:starting_offset_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
H A Dblockhash.h100 // The source offset of the match, including the starting_offset_
118 // See the comments for starting_offset_, below, for a description of
120 // starting_offset_ will be zero; for a hash of previously encoded
121 // target data, starting_offset_ will be equal to the dictionary size.
151 // starting_offset_ to any best_match->source_offset() value it returns,
228 // matching source data, plus starting_offset_
229 // (see description of starting_offset_ for details);
490 // For a hash of source (dictionary) data, starting_offset_ will be zero;
491 // for a hash of previously encoded target data, starting_offset_ will be
493 const int starting_offset_; member in class:open_vcdiff::BlockHash
[all...]
H A Dblockhash.cc34 starting_offset_(starting_offset),
435 source_match_offset + starting_offset_,

Completed in 292 milliseconds