Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/internal/codegen/binding/
DBindingGraphFactory.java196 delegatesBuilder.addAll(moduleDescriptor.delegateDeclarations()); in createLegacyBindingGraph()
316 final ImmutableSetMultimap<Key, DelegateDeclaration> delegateDeclarations; field in BindingGraphFactory.Resolver
332 ImmutableSetMultimap<Key, DelegateDeclaration> delegateDeclarations, in Resolver() argument
340 this.delegateDeclarations = checkNotNull(delegateDeclarations); in Resolver()
344 multibindingContributionsByMultibindingKey(delegateDeclarations.values()); in Resolver()
525 ImmutableSet<DelegateDeclaration> delegateDeclarations) { in createDelegateBindings() argument
527 for (DelegateDeclaration delegateDeclaration : delegateDeclarations) { in createDelegateBindings()
680 return delegateDeclarations.get(bindingKey).stream() in resolverContainsDelegateDeclarationForBinding()
711 createDelegateBindings(delegateDeclarations.get(keyFactory.unwrapMapValueType(key)))) in getLocalExplicitBindings()
DModuleDescriptor.java82 abstract ImmutableSet<DelegateDeclaration> delegateDeclarations(); in delegateDeclarations() method in ModuleDescriptor
95 .addAll(delegateDeclarations()) in allBindingDeclarations()