Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/internal/codegen/binding/
DSubcomponentCreatorBindingEdgeImpl.java31 private final ImmutableSet<SubcomponentDeclaration> subcomponentDeclarations; field in SubcomponentCreatorBindingEdgeImpl
34 ImmutableSet<SubcomponentDeclaration> subcomponentDeclarations) { in SubcomponentCreatorBindingEdgeImpl() argument
35 this.subcomponentDeclarations = subcomponentDeclarations; in SubcomponentCreatorBindingEdgeImpl()
40 return subcomponentDeclarations.stream() in declaringModules()
49 + (subcomponentDeclarations.size() == 1 in toString()
DBindingNode.java51 ImmutableSet<SubcomponentDeclaration> subcomponentDeclarations, in create() argument
59 subcomponentDeclarations); in create()
72 public abstract ImmutableSet<SubcomponentDeclaration> subcomponentDeclarations(); in subcomponentDeclarations() method in BindingNode
86 multibindingDeclarations(), optionalBindingDeclarations(), subcomponentDeclarations()); in associatedDeclarations()
DResolvedBindings.java62 abstract ImmutableSet<SubcomponentDeclaration> subcomponentDeclarations(); in subcomponentDeclarations() method in ResolvedBindings
97 && subcomponentDeclarations().isEmpty(); in isEmpty()
133 Iterable<SubcomponentDeclaration> subcomponentDeclarations, in forContributionBindings() argument
140 ImmutableSet.copyOf(subcomponentDeclarations), in forContributionBindings()
DBindingGraphFactory.java189 ImmutableSet.Builder<SubcomponentDeclaration> subcomponentDeclarations = ImmutableSet.builder(); in createLegacyBindingGraph() local
195 subcomponentDeclarations.addAll(moduleDescriptor.subcomponentDeclarations()); in createLegacyBindingGraph()
206 indexBindingDeclarationsByKey(subcomponentDeclarations.build()), in createLegacyBindingGraph()
315 final ImmutableSetMultimap<Key, SubcomponentDeclaration> subcomponentDeclarations; field in BindingGraphFactory.Resolver
331 ImmutableSetMultimap<Key, SubcomponentDeclaration> subcomponentDeclarations, in Resolver() argument
339 this.subcomponentDeclarations = checkNotNull(subcomponentDeclarations); in Resolver()
371 Set<SubcomponentDeclaration> subcomponentDeclarations = new LinkedHashSet<>(); in lookUpBindings() local
381 subcomponentDeclarations.addAll(resolver.subcomponentDeclarations.get(key)); in lookUpBindings()
404 if (!subcomponentDeclarations.isEmpty()) { in lookUpBindings()
407 ImmutableSet.copyOf(subcomponentDeclarations)); in lookUpBindings()
[all …]
DModuleDescriptor.java79 abstract ImmutableSet<SubcomponentDeclaration> subcomponentDeclarations(); in subcomponentDeclarations() method in ModuleDescriptor
98 .addAll(subcomponentDeclarations()) in allBindingDeclarations()
DBindingGraphConverter.java193 resolvedBindings.subcomponentDeclarations())); in visitComponent()
362 resolvedBindings.subcomponentDeclarations(), in bindingNode()
DBindingFactory.java426 ImmutableSet<SubcomponentDeclaration> subcomponentDeclarations) { in subcomponentCreatorBinding() argument
427 SubcomponentDeclaration subcomponentDeclaration = subcomponentDeclarations.iterator().next(); in subcomponentCreatorBinding()
DComponentDescriptorFactory.java148 for (SubcomponentDeclaration subcomponentDeclaration : module.subcomponentDeclarations()) { in create()
/external/dagger2/java/dagger/internal/codegen/bootstrap/
Dbootstrap_compiler_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties META-INF ...