Home
last modified time | relevance | path

Searched defs:visitTypeVariable (Results 1 – 5 of 5) 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.java102 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
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