Searched refs:MapKeyGenerator (Results 1 – 3 of 3) sorted by relevance
24 import dagger.internal.codegen.MapKeyGenerator.MapKeyCreatorSpecification;33 import static dagger.internal.codegen.MapKeyGenerator.MapKeyCreatorSpecification.unwrappedMapKeyWit…34 import static dagger.internal.codegen.MapKeyGenerator.MapKeyCreatorSpecification.wrappedMapKey;48 private final MapKeyGenerator mapKeyGenerator;54 MapKeyGenerator mapKeyGenerator) { in MapKeyProcessingStep()
25 import dagger.internal.codegen.MapKeyGenerator.MapKeyCreatorSpecification;56 final class MapKeyGenerator extends SourceFileGenerator<MapKeyCreatorSpecification> { class93 MapKeyGenerator(Filer filer) { in MapKeyGenerator() method in MapKeyGenerator
165 MapKeyGenerator mapKeyGenerator = new MapKeyGenerator(filer); in initSteps()