Home | History | Annotate | Download | only in src

Lines Matching refs:best_match

147   //   1. The best_match->source_offset() returned from FindBestMatch()
151 // starting_offset_ to any best_match->source_offset() value it returns,
225 // of best_match, this function populates *best_match with the
227 // best_match->source_offset() will contain the index of the start of the
230 // best_match->target_offset() will contain the offset of the match
232 // 0 <= best_match->target_offset()
234 // and best_match->size() will contain the size of the match.
235 // If no such match is found, this function leaves *best_match unmodified.
237 // On calling FindBestMatch(), best_match must
244 // open_vcdiff::BlockHash::Match best_match;
251 // &best_match);
256 // &best_match);
259 // // can be found in best_match
281 // 4: best_match->source_offset() (after calling FindBestMatch)
282 // 5: best_match->target_offset() (after calling FindBestMatch)
288 // with best_match->source_offset() = 10
290 // best_match->target_offset() = 6
292 // and best_match->size() = 6.
298 Match* best_match) const;