Searched refs:getUnwrappedMapKeyType (Results 1 – 3 of 3) sorted by relevance
35 import static dagger.internal.codegen.MapKeys.getUnwrappedMapKeyType;77 getUnwrappedMapKeyType(MoreTypes.asDeclared(element.asType()), types); in process()
54 import static dagger.internal.codegen.MapKeys.getUnwrappedMapKeyType;288 ? getUnwrappedMapKeyType(mapKeyAnnotation.getAnnotationType(), types)
103 public static DeclaredType getUnwrappedMapKeyType( in getUnwrappedMapKeyType() method in MapKeys