Searched defs:DiffsCategorizedByFilesPresent (Results 1 – 1 of 1) sorted by relevance
119 struct DiffsCategorizedByFilesPresent { struct121 SmallVector<FunctionDiff> OnlyInA;124 SmallVector<FunctionDiff> OnlyInB;127 SmallVector<FunctionDiff> InBoth;130 void addDiff(FunctionDiff &FD) { in addDiff()