Searched refs:diff_ranges_touch (Results 1 – 2 of 2) sorted by relevance
32 diff_ranges_touch(const struct diff_range *a, const struct diff_range *b) in diff_ranges_touch() function
133 return diff_ranges_touch(&cc->chunk, &other->chunk) in diff_chunk_contexts_touch()134 || diff_ranges_touch(&cc->left, &other->left) in diff_chunk_contexts_touch()135 || diff_ranges_touch(&cc->right, &other->right); in diff_chunk_contexts_touch()