Searched refs:typeVars (Results 1 – 8 of 8) sorted by relevance
198 public static String typeArgumentsName(ArrayList<TypeInfo> args, HashSet<String> typeVars) { in typeArgumentsName() argument203 result += arg.fullName(typeVars); in typeArgumentsName()213 public String fullName(HashSet<String> typeVars) { in fullName() argument214 mFullName = fullNameNoDimension(typeVars) + mDimension; in fullName()218 public String fullNameNoBounds(HashSet<String> typeVars) { in fullNameNoBounds() argument219 return fullNameNoDimensionNoBounds(typeVars) + mDimension; in fullNameNoBounds()224 private boolean checkRecurringTypeVar(HashSet<String> typeVars) { in checkRecurringTypeVar() argument226 if (typeVars.contains(mQualifiedTypeName)) { in checkRecurringTypeVar()229 typeVars.add(mQualifiedTypeName); in checkRecurringTypeVar()234 private String fullNameNoDimensionNoBounds(HashSet<String> typeVars) { in fullNameNoDimensionNoBounds() argument[all …]
696 public String typeArgumentsName(HashSet<String> typeVars) { in typeArgumentsName() argument700 return TypeInfo.typeArgumentsName(mTypeParameters, typeVars); in typeArgumentsName()
894 TypeVariable<?>[] typeVars = matchedClass.getTypeParameters();896 for (int i = 0; i < typeVars.length; i++) {897 Type subtypeParam = getCovariantTypeResolver().resolveType(typeVars[i]);902 if (!of(subtypeParam).is(supertypeArgs[i], typeVars[i])) {1041 TypeVariable<?>[] typeVars = rawType.getTypeParameters();1044 typeArgs[i] = canonicalizeTypeArg(typeVars[i], typeArgs[i]);
477 TypeVariable<?>[] typeVars = rawType.getTypeParameters(); in capture() local480 typeArgs[i] = forTypeVariable(typeVars[i]).capture(typeArgs[i]); in capture()
891 TypeVariable<?>[] typeVars = matchedClass.getTypeParameters();893 for (int i = 0; i < typeVars.length; i++) {894 Type subtypeParam = getCovariantTypeResolver().resolveType(typeVars[i]);899 if (!of(subtypeParam).is(supertypeArgs[i], typeVars[i])) {1038 TypeVariable<?>[] typeVars = rawType.getTypeParameters();1041 typeArgs[i] = canonicalizeTypeArg(typeVars[i], typeArgs[i]);
239 TypeVariable<?>[] typeVars = rawType.getTypeParameters(); in generate() local241 TypeToken<?> paramType = type.resolveType(typeVars[i]); in generate()
241 TypeVariable<?>[] typeVars = rawType.getTypeParameters(); in generate() local243 TypeToken<?> paramType = type.resolveType(typeVars[i]); in generate()