Searched refs:DelegateDeclaration (Results 1 – 7 of 7) sorted by relevance
76 abstract ImmutableSet<DelegateDeclaration> delegateDeclarations(); in delegateDeclarations()106 private final DelegateDeclaration.Factory bindingDelegateDeclarationFactory;116 DelegateDeclaration.Factory bindingDelegateDeclarationFactory, in Factory()133 ImmutableSet.Builder<DelegateDeclaration> delegates = ImmutableSet.builder(); in createUncached()
45 abstract class DelegateDeclaration extends BindingDeclaration implements HasContributionType { class72 DelegateDeclaration create( in create()
31 import dagger.internal.codegen.DelegateDeclaration.Factory;55 private final DelegateDeclaration.Factory delegateDeclarationFactory;
112 ImmutableSet.Builder<DelegateDeclaration> delegatesBuilder = ImmutableSet.builder(); in create()288 final ImmutableSetMultimap<Key, DelegateDeclaration> delegateDeclarations;290 final ImmutableSetMultimap<Key, DelegateDeclaration> delegateMultibindingDeclarations;304 ImmutableSetMultimap<Key, DelegateDeclaration> delegateDeclarations, in Resolver()531 ImmutableSet<DelegateDeclaration> delegateDeclarations) { in createDelegateBindings()533 for (DelegateDeclaration delegateDeclaration : delegateDeclarations) { in createDelegateBindings()544 private ContributionBinding createDelegateBinding(DelegateDeclaration delegateDeclaration) { in createDelegateBinding()
377 DelegateDeclaration delegateDeclaration, ContributionBinding actualBinding) { in delegateBinding()402 ContributionBinding unresolvedDelegateBinding(DelegateDeclaration delegateDeclaration) { in unresolvedDelegateBinding()411 DelegateDeclaration delegateDeclaration, in buildDelegateBinding()
238 Key forDelegateBinding(DelegateDeclaration delegateDeclaration, Class<?> frameworkType) { in forDelegateBinding()
159 "DelegateDeclaration.java",