Searched defs:typeVariableNames (Results 1 – 6 of 6) sorted by relevance
89 private final ImmutableList<TypeVariableName> typeVariableNames; field in SerializableAutoValueExtension.Generator199 ClassName className, List<TypeVariableName> typeVariableNames) { in getClassTypeName()211 private final ImmutableList<TypeVariableName> typeVariableNames; field in SerializableAutoValueExtension.ProxyGenerator217 ImmutableList<TypeVariableName> typeVariableNames, in ProxyGenerator()
96 ImmutableList<TypeVariableName> typeVariableNames = typeVariableNames(); in superType() local103 private ImmutableList<TypeVariableName> typeVariableNames() { in typeVariableNames() method in ExtensionClassTypeSpecBuilder
115 TypeSpec.Builder factory, ImmutableSet<TypeVariableName> typeVariableNames) { in addFactoryTypeParameters()350 ImmutableSet.Builder<TypeVariableName> typeVariableNames = ImmutableSet.builder(); in getReferencedTypeParameterNames() local
172 ImmutableList<TypeVariableName> typeVariableNames = typeVariableNames(); in superType() local179 private ImmutableList<TypeVariableName> typeVariableNames() { in typeVariableNames() method in MemoizeExtension.Generator
54 public static ImmutableList<TypeVariableName> typeVariableNames(XTypeElement typeElement) { in typeVariableNames() method in XTypeElements
301 HashSet<String> typeVariableNames; in parseMethod() local