Searched refs:DiffsByFilesPresent (Results 1 – 1 of 1) sorted by relevance
183 DiffsCategorizedByFilesPresent &DiffsByFilesPresent, in printDiffsCategorizedByFilesPresent() argument208 PrintDiffList(DiffsByFilesPresent.OnlyInA); in printDiffsCategorizedByFilesPresent()209 PrintDiffList(DiffsByFilesPresent.OnlyInB); in printDiffsCategorizedByFilesPresent()210 PrintDiffList(DiffsByFilesPresent.InBoth); in printDiffsCategorizedByFilesPresent()349 DiffsCategorizedByFilesPresent &DiffsByFilesPresent) { in computeDiff() argument359 DiffsByFilesPresent.addDiff(FuncDiff); in computeDiff()432 const DiffsCategorizedByFilesPresent &DiffsByFilesPresent, in outputJSONForAllDiffs() argument439 Output["OnlyInA"] = getFunctionDiffListAsJSON(DiffsByFilesPresent.OnlyInA, A); in outputJSONForAllDiffs()440 Output["OnlyInB"] = getFunctionDiffListAsJSON(DiffsByFilesPresent.OnlyInB, B); in outputJSONForAllDiffs()442 getFunctionDiffListAsJSON(DiffsByFilesPresent.InBoth, BOTH); in outputJSONForAllDiffs()[all …]