Searched refs:existsNew (Results 1 – 1 of 1) sorted by relevance
65 int existsNew = newAPI.packages_.indexOf(oldPkg); in compareAPIs() local66 if (existsNew != -1) { in compareAPIs()69 … differs += 2.0 * comparePackages(oldPkg, (PackageAPI)(newAPI.packages_.get(existsNew))); in compareAPIs()172 int existsNew = newPkg.classes_.indexOf(oldClass); in comparePackages() local173 if (existsNew != -1) { in comparePackages()176 … differs += 2.0 * compareClasses(oldClass, (ClassAPI)(newPkg.classes_.get(existsNew)), pkgDiff); in comparePackages()700 int existsNew = newClass.fields_.indexOf(oldField); in compareAllFields() local701 if (existsNew != -1) { in compareAllFields()702 FieldAPI newField = (FieldAPI)(newClass.fields_.get(existsNew)); in compareAllFields()