Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/internal/codegen/writing/
DComponentImplementation.java142 private final SubcomponentNames subcomponentNames; field in ComponentImplementation
163 SubcomponentNames subcomponentNames, in ComponentImplementation() argument
168 this.subcomponentNames = subcomponentNames; in ComponentImplementation()
178 this.subcomponentNames = shardOwner.subcomponentNames; in ComponentImplementation()
196 SubcomponentNames subcomponentNames, in topLevelComponentImplementation() argument
198 return new ComponentImplementation(graph, name, subcomponentNames, compilerOptions); in topLevelComponentImplementation()
205 return new ComponentImplementation(graph, childName, subcomponentNames, compilerOptions); in childComponentImplementation()
268 ? name.peerClass(subcomponentNames.getCreatorName(componentDescriptor())) in getCreatorName()
279 return name.nestedClass(subcomponentNames.get(childDescriptor) + "Impl"); in getSubcomponentName()
287 return subcomponentNames.getCreatorName(key); in getSubcomponentCreatorSimpleName()