Home
last modified time | relevance | path

Searched defs:typeVariables (Results 1 – 25 of 33) sorted by relevance

12

/external/auto/factory/src/main/java/com/google/auto/factory/processor/
DTypeVariables.java60 ImmutableSet.Builder<TypeVariable> typeVariables = ImmutableSet.builder(); in visitDeclared() local
72 ImmutableSet.Builder<TypeVariable> typeVariables = ImmutableSet.builder(); in visitTypeVariable() local
81 ImmutableSet.Builder<TypeVariable> typeVariables = ImmutableSet.builder(); in visitUnion() local
90 ImmutableSet.Builder<TypeVariable> typeVariables = ImmutableSet.builder(); in visitIntersection() local
99 ImmutableSet.Builder<TypeVariable> typeVariables = ImmutableSet.builder(); in visitWildcard() local
DFactoryWriter.java312 ImmutableSet.Builder<TypeVariableName> typeVariables = ImmutableSet.builder(); in getFactoryTypeVariables() local
341 ImmutableSet.Builder<TypeVariableName> typeVariables = ImmutableSet.builder(); in getMethodTypeVariables() local
/external/doclava/src/com/google/doclava/
DParameterInfo.java70 public void makeHDF(Data data, String base, boolean isLastVararg, HashSet<String> typeVariables) { in makeHDF()
74 public void makeHDF(Data data, String base, boolean isLastVararg, HashSet<String> typeVariables, in makeHDF()
82 HashSet<String> typeVariables) { in makeHDF()
87 HashSet<String> typeVariables, Map<String, TypeInfo> typeMapping) { in makeHDF()
DTypeInfo.java318 public void makeHDF(Data data, String base, boolean isLastVararg, HashSet<String> typeVariables) { in makeHDF()
322 public void makeQualifiedHDF(Data data, String base, HashSet<String> typeVariables) { in makeQualifiedHDF()
369 HashSet<String> typeVariables) { in makeHDF()
417 public static HashSet<String> typeVariables(ArrayList<TypeInfo> params) { in typeVariables() method in TypeInfo
421 static HashSet<String> typeVariables(ArrayList<TypeInfo> params, HashSet<String> result) { in typeVariables() method in TypeInfo
DFieldInfo.java95 public HashSet<String> typeVariables() { in typeVariables() method in FieldInfo
/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/poet/
DPoetUtils.java86 …c ParameterizedTypeName createParameterizedTypeName(ClassName className, String... typeVariables) { in createParameterizedTypeName()
91 …static ParameterizedTypeName createParameterizedTypeName(Class<?> clazz, String... typeVariables) { in createParameterizedTypeName()
96 String... typeVariables) { in createBoundedTypeVariableName()
/external/guice/core/test/com/google/inject/
DTypeLiteralTest.java156 TypeVariable<Class<HasTypeParameters>>[] typeVariables = in testTypeVariableWithNoBound() local
171 TypeVariable<Class<HasTypeParameters>>[] typeVariables = in testTypeVariablesWithSingleBound() local
186 TypeVariable<Class<HasTypeParameters>>[] typeVariables = in testTypeVariableWithMultipleBounds() local
/external/kotlinpoet/kotlinpoet/src/commonMain/kotlin/com/squareup/kotlinpoet/
DTypeAliasSpec.kt33 public val typeVariables: List<TypeVariableName> = builder.typeVariables.toImmutableList() constant
74 public val typeVariables: MutableSet<TypeVariableName> = mutableSetOf() constant in com.squareup.kotlinpoet.Builder
DPropertySpec.kt44 public val typeVariables: List<TypeVariableName> = builder.typeVariables.toImmutableList() constant
189 public val typeVariables: MutableList<TypeVariableName> = mutableListOf() constant in com.squareup.kotlinpoet.Builder
/external/moshi/moshi-kotlin-codegen/src/main/java/com/squareup/moshi/kotlin/codegen/api/
DTargetType.kt28 val typeVariables: List<TypeVariableName>, constant in com.squareup.moshi.kotlin.codegen.api.TargetType
/external/javapoet/src/main/java/com/squareup/javapoet/
DMethodSpec.java50 public final List<TypeVariableName> typeVariables; field in MethodSpec
304 public final List<TypeVariableName> typeVariables = new ArrayList<>(); field in MethodSpec.Builder
368 public Builder addTypeVariables(Iterable<TypeVariableName> typeVariables) { in addTypeVariables()
DArrayTypeName.java97 ArrayType mirror, Map<TypeParameterElement, TypeVariableName> typeVariables) { in get()
DWildcardTypeName.java106 Map<TypeParameterElement, TypeVariableName> typeVariables) { in get()
DCodeWriter.java193 public void emitTypeVariables(List<TypeVariableName> typeVariables) throws IOException { in emitTypeVariables()
214 public void popTypeVariables(List<TypeVariableName> typeVariables) throws IOException { in popTypeVariables()
DTypeSpec.java55 public final List<TypeVariableName> typeVariables; field in TypeSpec
422 public final List<TypeVariableName> typeVariables = new ArrayList<>(); field in TypeSpec.Builder
475 public Builder addTypeVariables(Iterable<TypeVariableName> typeVariables) { in addTypeVariables()
DTypeVariableName.java116 TypeVariable mirror, Map<TypeParameterElement, TypeVariableName> typeVariables) { in get()
DTypeName.java247 final Map<TypeParameterElement, TypeVariableName> typeVariables) { in get()
/external/dagger2/java/dagger/internal/codegen/writing/
DStaticMemberSelects.java90 ImmutableList<TypeVariableName> typeVariables = bindingTypeElementTypeVariableNames(binding); in factoryCreateNoArgumentMethod() local
/external/kotlinpoet/kotlinpoet/src/commonTest/kotlin/com/squareup/kotlinpoet/
DAbstractTypesTest.kt79 val typeVariables = getElement(Parameterized::class.java).typeParameters in getTypeVariableTypeMirror() constant
/external/moshi/moshi-kotlin-codegen/src/main/java/com/squareup/moshi/kotlin/codegen/ksp/
DTargetTypes.kt91 val typeVariables = type.typeParameters.map { it.toTypeVariableName(classTypeParamsResolver) } in targetType() constant
/external/auto/value/src/main/java/com/google/auto/value/processor/
DBuilderMethodClassifierForAutoBuilder.java171 Map<Equivalence.Wrapper<TypeVariable>, TypeMirror> typeVariables = new LinkedHashMap<>(); in rewriteParameterTypes() local
DTypeVariables.java149 Map<Equivalence.Wrapper<TypeVariable>, TypeMirror> typeVariables = new LinkedHashMap<>(); in canAssignStaticMethodResult() local
/external/javapoet/src/test/java/com/squareup/javapoet/
DAbstractTypesTest.java123 List<? extends TypeParameterElement> typeVariables = in getTypeVariableTypeMirror() local
/external/moshi/moshi-kotlin-codegen/src/main/java/com/squareup/moshi/kotlin/codegen/apt/
Dmetadata.kt206 val typeVariables = kotlinApi.typeVariables in targetType() constant
/external/gson/gson/src/main/java/com/google/gson/reflect/
DTypeToken.java352 TypeVariable<?>[] typeVariables = rawClass.getTypeParameters(); in getParameterized() local

12