Searched refs:DiffEntry (Results 1 – 1 of 1) sorted by relevance
791 struct DiffEntry { struct792 DiffEntry() = default;810 SmallVector<DiffEntry, 20> Paths1(NL+1); in runBlockDiff()811 SmallVector<DiffEntry, 20> Paths2(NL+1); in runBlockDiff()813 DiffEntry *Cur = Paths1.data(); in runBlockDiff()814 DiffEntry *Next = Paths2.data(); in runBlockDiff()