Searched refs:isMapWithNonProvidedValues (Results 1 – 3 of 3) sorted by relevance
77 public static boolean isMapWithNonProvidedValues(TypeMirror type) { in isMapWithNonProvidedValues() method in Util
107 import static dagger.internal.codegen.Util.isMapWithNonProvidedValues;790 if (!isMapWithNonProvidedValues(binding.key().type()) in initializeMapMultibindings()1120 if (isMapWithNonProvidedValues(mapType)) { in initializeMapBinding()
103 import static dagger.internal.codegen.Util.isMapWithNonProvidedValues;995 && isMapWithNonProvidedValues(maybeValueMapRequestType) in isImplicitProviderMapForValueMap()