Searched refs:delegateDeclarations (Results 1 – 2 of 2) sorted by relevance
196 delegatesBuilder.addAll(moduleDescriptor.delegateDeclarations()); in createLegacyBindingGraph()316 final ImmutableSetMultimap<Key, DelegateDeclaration> delegateDeclarations; field in BindingGraphFactory.Resolver332 ImmutableSetMultimap<Key, DelegateDeclaration> delegateDeclarations, in Resolver() argument340 this.delegateDeclarations = checkNotNull(delegateDeclarations); in Resolver()344 multibindingContributionsByMultibindingKey(delegateDeclarations.values()); in Resolver()525 ImmutableSet<DelegateDeclaration> delegateDeclarations) { in createDelegateBindings() argument527 for (DelegateDeclaration delegateDeclaration : delegateDeclarations) { in createDelegateBindings()680 return delegateDeclarations.get(bindingKey).stream() in resolverContainsDelegateDeclarationForBinding()711 createDelegateBindings(delegateDeclarations.get(keyFactory.unwrapMapValueType(key)))) in getLocalExplicitBindings()
82 abstract ImmutableSet<DelegateDeclaration> delegateDeclarations(); in delegateDeclarations() method in ModuleDescriptor95 .addAll(delegateDeclarations()) in allBindingDeclarations()