Searched refs:getKeyTypeOfMap (Results 1 – 4 of 4) sorted by relevance
69 public static TypeMirror getKeyTypeOfMap(DeclaredType mapType) { in getKeyTypeOfMap() method in Util
100 import static dagger.internal.codegen.Util.getKeyTypeOfMap;997 getKeyTypeOfMap(asDeclared(maybeProviderMapRequestType)), in isImplicitProviderMapForValueMap()998 getKeyTypeOfMap(asDeclared(maybeValueMapRequestType))) in isImplicitProviderMapForValueMap()
349 TypeMirror keyType = Util.getKeyTypeOfMap(declaredMapType);
105 import static dagger.internal.codegen.Util.getKeyTypeOfMap;1131 TypeNames.forTypeMirror(getKeyTypeOfMap(mapType)), in initializeMapBinding()