Searched refs:getFunctionDiffListAsJSON (Results 1 – 1 of 1) sorted by relevance
379 getFunctionDiffListAsJSON(const SmallVector<FunctionDiff> &FunctionDiffs, in getFunctionDiffListAsJSON() function439 Output["OnlyInA"] = getFunctionDiffListAsJSON(DiffsByFilesPresent.OnlyInA, A); in outputJSONForAllDiffs()440 Output["OnlyInB"] = getFunctionDiffListAsJSON(DiffsByFilesPresent.OnlyInB, B); in outputJSONForAllDiffs()442 getFunctionDiffListAsJSON(DiffsByFilesPresent.InBoth, BOTH); in outputJSONForAllDiffs()