Searched refs:addTypeVariable (Results 1 – 17 of 17) sorted by relevance
47 .addTypeVariable(t); in testCopyMethodSpecWithoutBodyForMethod()73 .addTypeVariable(t); in testCopyMethodSpecWithoutBodyForConstructor()
551 .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 …]
416 .addTypeVariable(t) in modifyTypeVariables()417 .addTypeVariable(TypeVariableName.get("V")); in modifyTypeVariables()
553 .addTypeVariable( in conflictingTypeVariableBound()
140 .addTypeVariable(typeVariable) in absentOptionalProviderMethod()315 .addTypeVariable(spec.typeVariable())341 .addTypeVariable(spec.typeVariable())
169 .addTypeVariable(T) in build()
516 .forEach(methodBuilder::addTypeVariable); in copyTypeParameters()
65 .forEachOrdered(builder::addTypeVariable); in generate()
67 .forEachOrdered(builder::addTypeVariable); in generate()
66 .forEachOrdered(typeSpecBuilder::addTypeVariable); in generate()
82 .forEachOrdered(builder::addTypeVariable); in createTypeSpec()
77 .forEachOrdered(builder::addTypeVariable); in generate()
76 .forEachOrdered(builder::addTypeVariable); in generate()
231 methodBuilder.addTypeVariable(TypeVariableName.get(var)); in overriding()376 public Builder addTypeVariable(TypeVariableName typeVariable) { in addTypeVariable() method in MethodSpec.Builder
483 public Builder addTypeVariable(TypeVariableName typeVariable) { in addTypeVariable() method in TypeSpec.Builder
246 .addTypeVariable(typeVariable) in addCheckNotNullMethod()
262 builder.addTypeVariable(tvn); in buildOpMethod()