Home
last modified time | relevance | path

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

/external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/
DInterfaceWriter.java35 public void addTypeVariable(TypeVariableName typeVariable) { in addTypeVariable() method in InterfaceWriter
/external/javapoet/src/test/java/com/squareup/javapoet/
DTypeSpecTest.java550 .addTypeVariable(t) in typeVariables()
551 .addTypeVariable(p) in typeVariables()
565 .addTypeVariable(t) in typeVariables()
566 .addTypeVariable(p) in typeVariables()
605 .addTypeVariable(p.withBounds(Comparable.class)) in typeVariableWithBounds()
606 .addTypeVariable(q.withBounds(Comparable.class)) in typeVariableWithBounds()
1004 .addTypeVariable(typeVariable) in intersectionType()
DJavaFileTest.java539 .addTypeVariable( in conflictingTypeVariableBound()
/external/javapoet/src/main/java/com/squareup/javapoet/
DMethodSpec.java216 methodBuilder.addTypeVariable(TypeVariableName.get(var)); in overriding()
355 public Builder addTypeVariable(TypeVariableName typeVariable) { in addTypeVariable() method in MethodSpec.Builder
DTypeSpec.java469 public Builder addTypeVariable(TypeVariableName typeVariable) { in addTypeVariable() method in TypeSpec.Builder
/external/tensorflow/tensorflow/java/src/gen/java/org/tensorflow/processor/
DOperatorProcessor.java250 builder.addTypeVariable(tvn); in buildOpMethod()