Home
last modified time | relevance | path

Searched refs:addTypeVariable (Results 1 – 17 of 17) sorted by relevance

/external/dagger2/javatests/dagger/hilt/processor/internal/
DProcessorsTest.java47 .addTypeVariable(t); in testCopyMethodSpecWithoutBodyForMethod()
73 .addTypeVariable(t); in testCopyMethodSpecWithoutBodyForConstructor()
/external/javapoet/src/test/java/com/squareup/javapoet/
DTypeSpecTest.java551 .addTypeVariable(t) in typeVariables()
552 .addTypeVariable(p) in typeVariables()
566 .addTypeVariable(t) in typeVariables()
567 .addTypeVariable(p) in typeVariables()
606 .addTypeVariable(p.withBounds(Comparable.class)) in typeVariableWithBounds()
607 .addTypeVariable(q.withBounds(Comparable.class)) in typeVariableWithBounds()
995 .addTypeVariable(TypeVariableName.get("InPackage")) in simpleNameConflictsWithTypeVariable()
996 .addTypeVariable(TypeVariableName.get("OtherType")) in simpleNameConflictsWithTypeVariable()
1000 .addTypeVariable(TypeVariableName.get("MethodInPackage")) in simpleNameConflictsWithTypeVariable()
1001 .addTypeVariable(TypeVariableName.get("MethodOtherType")) in simpleNameConflictsWithTypeVariable()
[all …]
DMethodSpecTest.java416 .addTypeVariable(t) in modifyTypeVariables()
417 .addTypeVariable(TypeVariableName.get("V")); in modifyTypeVariables()
DJavaFileTest.java553 .addTypeVariable( in conflictingTypeVariableBound()
/external/dagger2/java/dagger/internal/codegen/writing/
DOptionalFactories.java140 .addTypeVariable(typeVariable) in absentOptionalProviderMethod()
315 .addTypeVariable(spec.typeVariable())
341 .addTypeVariable(spec.typeVariable())
DSwitchingProviders.java169 .addTypeVariable(T) in build()
DInjectionMethods.java516 .forEach(methodBuilder::addTypeVariable); in copyTypeParameters()
/external/dagger2/java/dagger/hilt/android/processor/internal/androidentrypoint/
DActivityGenerator.java65 .forEachOrdered(builder::addTypeVariable); in generate()
DServiceGenerator.java67 .forEachOrdered(builder::addTypeVariable); in generate()
DApplicationGenerator.java66 .forEachOrdered(typeSpecBuilder::addTypeVariable); in generate()
DFragmentGenerator.java82 .forEachOrdered(builder::addTypeVariable); in createTypeSpec()
DBroadcastReceiverGenerator.java77 .forEachOrdered(builder::addTypeVariable); in generate()
DViewGenerator.java76 .forEachOrdered(builder::addTypeVariable); in generate()
/external/javapoet/src/main/java/com/squareup/javapoet/
DMethodSpec.java231 methodBuilder.addTypeVariable(TypeVariableName.get(var)); in overriding()
376 public Builder addTypeVariable(TypeVariableName typeVariable) { in addTypeVariable() method in MethodSpec.Builder
DTypeSpec.java483 public Builder addTypeVariable(TypeVariableName typeVariable) { in addTypeVariable() method in TypeSpec.Builder
/external/auto/factory/src/main/java/com/google/auto/factory/processor/
DFactoryWriter.java246 .addTypeVariable(typeVariable) in addCheckNotNullMethod()
/external/tensorflow/tensorflow/java/src/gen/java/org/tensorflow/processor/
DOperatorProcessor.java262 builder.addTypeVariable(tvn); in buildOpMethod()