Searched defs:DiffsCategorizedByFilesPresent (Results 1 – 1 of 1) sorted by relevance
106 struct DiffsCategorizedByFilesPresent { struct108 SmallVector<FunctionDiff> OnlyInA;111 SmallVector<FunctionDiff> OnlyInB;114 SmallVector<FunctionDiff> InBoth;117 void addDiff(FunctionDiff &FD) { in addDiff()