Searched refs:numberOfOtherBindings (Results 1 – 1 of 1) sorted by relevance
832 int numberOfOtherBindings = in reportDuplicateBindings() local834 if (numberOfOtherBindings > 0) { in reportDuplicateBindings()836 .append("and ").append(numberOfOtherBindings).append(" other"); in reportDuplicateBindings()838 if (numberOfOtherBindings > 1) { in reportDuplicateBindings()1125 int numberOfOtherBindings = bindings.size() - DUPLICATE_SIZE_LIMIT;1126 if (numberOfOtherBindings > 0) {1131 builder.append("and ").append(numberOfOtherBindings).append(" other");1133 if (numberOfOtherBindings > 1) {