Searched defs:DiffsCategorizedByFilesPresent (Results 1 – 1 of 1) sorted by relevance
120 struct DiffsCategorizedByFilesPresent { struct122 SmallVector<FunctionDiff> OnlyInA;125 SmallVector<FunctionDiff> OnlyInB;128 SmallVector<FunctionDiff> InBoth;131 void addDiff(FunctionDiff &FD) { in addDiff()