Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/internal/codegen/binding/
DComponentDescriptor.java181 .addAll(childComponentsDeclaredByFactoryMethods().values()) in childComponents()
198 childComponentsDeclaredByFactoryMethods(); in childComponentsDeclaredByFactoryMethods() method in ComponentDescriptor
210 childComponentsDeclaredByFactoryMethods().inverse().get(childComponent)); in getFactoryMethodForChildComponent()
DBindingGraphFactory.java346 componentDescriptor.childComponentsDeclaredByFactoryMethods().values()); in Resolver()
/external/dagger2/java/dagger/internal/codegen/validation/
DComponentHierarchyValidator.java85 .childComponentsDeclaredByFactoryMethods() in validateSubcomponentMethods()