Home
last modified time | relevance | path

Searched refs:visitTypeVariable (Results 1 – 7 of 7) sorted by relevance

/external/guava/guava-tests/test/com/google/common/reflect/
DTypeVisitorTest.java52 @Override void visitTypeVariable(TypeVariable<?> t) {} in testVisitTypeVariable() method
87 @Override void visitTypeVariable(TypeVariable<?> t) { in testVisitRecursiveTypeBounds() method
106 @Override void visitTypeVariable(TypeVariable<?> t) { in visitTypeVariable() method in TypeVisitorTest.BaseTypeVisitor
/external/guava/guava/src/com/google/common/reflect/
DTypeVisitor.java78 visitTypeVariable((TypeVariable<?>) type); in visit()
102 void visitTypeVariable(TypeVariable<?> t) {} in visitTypeVariable() method in TypeVisitor
DTypeResolver.java107 @Override void visitTypeVariable(TypeVariable<?> typeVariable) { in populateTypeMappings() method
342 @Override void visitTypeVariable(TypeVariable<?> t) { in visitTypeVariable() method in TypeResolver.TypeMappingIntrospector
DTypeToken.java727 @Override void visitTypeVariable(TypeVariable<?> type) {
925 @Override void visitTypeVariable(TypeVariable<?> t) {
DTypes.java193 @Override void visitTypeVariable(TypeVariable<?> t) { in getComponentType() method
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/
DTypeNames.java59 public TypeName visitTypeVariable(TypeVariable t, Void p) { in forTypeMirror() method in TypeNames
/external/javapoet/src/main/java/com/squareup/javapoet/
DTypeName.java302 @Override public TypeName visitTypeVariable(javax.lang.model.type.TypeVariable t, Void p) { in get() method