Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/reflect/
DTypeVisitorTest.java53 void visitTypeVariable(TypeVariable<?> t) {} in testVisitTypeVariable() method
94 void visitTypeVariable(TypeVariable<?> t) { in testVisitRecursiveTypeBounds() method
116 void visitTypeVariable(TypeVariable<?> t) { in visitTypeVariable() method in TypeVisitorTest.BaseTypeVisitor
/external/guava/android/guava-tests/test/com/google/common/reflect/
DTypeVisitorTest.java53 void visitTypeVariable(TypeVariable<?> t) {} in testVisitTypeVariable() method
94 void visitTypeVariable(TypeVariable<?> t) { in testVisitRecursiveTypeBounds() method
116 void visitTypeVariable(TypeVariable<?> t) { in visitTypeVariable() method in TypeVisitorTest.BaseTypeVisitor
/external/guava/android/guava/src/com/google/common/reflect/
DTypeVisitor.java73 visitTypeVariable((TypeVariable<?>) type); in visit()
100 void visitTypeVariable(TypeVariable<?> t) {} in visitTypeVariable() method in TypeVisitor
DTypeResolver.java131 void visitTypeVariable(TypeVariable<?> typeVariable) { in populateTypeMappings() method
407 void visitTypeVariable(TypeVariable<?> t) { in visitTypeVariable() method in TypeResolver.TypeMappingIntrospector
DTypeToken.java856 void visitTypeVariable(TypeVariable<?> type) {
1093 void visitTypeVariable(TypeVariable<?> t) {
DTypes.java181 void visitTypeVariable(TypeVariable<?> t) { in getComponentType() method
/external/guava/guava/src/com/google/common/reflect/
DTypeVisitor.java73 visitTypeVariable((TypeVariable<?>) type); in visit()
100 void visitTypeVariable(TypeVariable<?> t) {} in visitTypeVariable() method in TypeVisitor
DTypeResolver.java131 void visitTypeVariable(TypeVariable<?> typeVariable) { in populateTypeMappings() method
407 void visitTypeVariable(TypeVariable<?> t) { in visitTypeVariable() method in TypeResolver.TypeMappingIntrospector
DTypeToken.java853 void visitTypeVariable(TypeVariable<?> type) {
1090 void visitTypeVariable(TypeVariable<?> t) {
DTypes.java179 void visitTypeVariable(TypeVariable<?> t) { in getComponentType() method
/external/dagger2/java/dagger/internal/codegen/langmodel/
DAccessibility.java133 public Boolean visitTypeVariable(TypeVariable type, Void p) { in visitTypeVariable() method in Accessibility.TypeAccessibilityVisitor
DDaggerTypes.java241 public Boolean visitTypeVariable(TypeVariable t, Void aVoid) { in hasTypeVariable() method in DaggerTypes
/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