Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/internal/codegen/binding/
DDeclarationFormatter.java51 if (declaration instanceof SubcomponentDeclaration) { in canFormat()
66 if (declaration instanceof SubcomponentDeclaration) { in format()
67 return formatSubcomponentDeclaration((SubcomponentDeclaration) declaration); in format()
90 private String formatSubcomponentDeclaration(SubcomponentDeclaration subcomponentDeclaration) { in formatSubcomponentDeclaration()
DSubcomponentCreatorBindingEdgeImpl.java31 private final ImmutableSet<SubcomponentDeclaration> subcomponentDeclarations;
34 ImmutableSet<SubcomponentDeclaration> subcomponentDeclarations) { in SubcomponentCreatorBindingEdgeImpl()
41 .map(SubcomponentDeclaration::contributingModule) in declaringModules()
DBindingNode.java51 public abstract ImmutableSet<SubcomponentDeclaration> subcomponentDeclarations(); in subcomponentDeclarations()
141 Iterable<SubcomponentDeclaration> subcomponentDeclarations) { in forContributionBindings()
160 ImmutableSet<SubcomponentDeclaration> subcomponentDeclarations) { in create()
176 ImmutableSet<SubcomponentDeclaration> subcomponentDeclarations, in create()
DSubcomponentDeclaration.java39 public abstract class SubcomponentDeclaration extends Declaration { class
74 ImmutableSet<SubcomponentDeclaration> forModule(XTypeElement module) { in forModule()
83 ImmutableSet.Builder<SubcomponentDeclaration> declarations = ImmutableSet.builder(); in forModule()
DComponentDeclarations.java48 private final ImmutableSetMultimap<Key, SubcomponentDeclaration> subcomponents;
59 ImmutableSetMultimap<Key, SubcomponentDeclaration> subcomponents, in ComponentDeclarations()
166 ImmutableSet<SubcomponentDeclaration> subcomponents(Key key) { in subcomponents()
201 ImmutableSet.Builder<SubcomponentDeclaration> subcomponents = ImmutableSet.builder(); in create()
DModuleDescriptor.java71 abstract ImmutableSet<SubcomponentDeclaration> subcomponentDeclarations(); in subcomponentDeclarations()
109 private final SubcomponentDeclaration.Factory subcomponentDeclarationFactory;
121 SubcomponentDeclaration.Factory subcomponentDeclarationFactory, in Factory()
DBindingFactory.java382 ImmutableSet<SubcomponentDeclaration> subcomponentDeclarations) { in subcomponentCreatorBinding()
383 SubcomponentDeclaration subcomponentDeclaration = subcomponentDeclarations.iterator().next(); in subcomponentCreatorBinding()
DComponentDescriptor.java424 public ImmutableSet<SubcomponentDeclaration> subcomponentDeclarations() { in subcomponentDeclarations()
629 .map(SubcomponentDeclaration::subcomponentType) in createUncached()
DLegacyBindingGraphFactory.java355 Set<SubcomponentDeclaration> subcomponentDeclarations = new LinkedHashSet<>(); in lookUpBindings()
DBindingGraphFactory.java241 Set<SubcomponentDeclaration> subcomponentDeclarations = new LinkedHashSet<>(); in lookUpBindings()