Searched refs:hasTargs (Results 1 – 1 of 1) sorted by relevance
210 if (hasTargs(this.classes(), i) || hasTargs(that.classes(), j)) { in equals()216 private static boolean hasTargs(ImmutableList<SimpleClassTy> classes, int idx) { in hasTargs() method in Type.ClassTy