Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/internal/codegen/
DComponentImplementation.java186 private final Map<TypeElement, ComponentImplementation> childImplementations = new HashMap<>(); field in ComponentImplementation
507 return Optional.ofNullable(childImplementations.get(child.typeElement())); in childImplementation()
659 childImplementations.put(child.typeElement(), childImplementation); in addChild()