Searched refs:DelegateDeclaration (Results 1 – 6 of 6) sorted by relevance
34 import dagger.internal.codegen.binding.DelegateDeclaration;35 import dagger.internal.codegen.binding.DelegateDeclaration.Factory;67 private final DelegateDeclaration.Factory delegateDeclarationFactory;
44 public abstract class DelegateDeclaration extends BindingDeclaration class73 public DelegateDeclaration create( in create()
82 abstract ImmutableSet<DelegateDeclaration> delegateDeclarations(); in delegateDeclarations()114 private final DelegateDeclaration.Factory bindingDelegateDeclarationFactory;125 DelegateDeclaration.Factory bindingDelegateDeclarationFactory, in Factory()143 ImmutableSet.Builder<DelegateDeclaration> delegates = ImmutableSet.builder(); in createUncached()
127 ImmutableSet.Builder<DelegateDeclaration> delegatesBuilder = ImmutableSet.builder(); in createLegacyBindingGraph()316 final ImmutableSetMultimap<Key, DelegateDeclaration> delegateDeclarations;318 final ImmutableSetMultimap<Key, DelegateDeclaration> delegateMultibindingDeclarations;332 ImmutableSetMultimap<Key, DelegateDeclaration> delegateDeclarations, in Resolver()525 ImmutableSet<DelegateDeclaration> delegateDeclarations) { in createDelegateBindings()527 for (DelegateDeclaration delegateDeclaration : delegateDeclarations) { in createDelegateBindings()538 private ContributionBinding createDelegateBinding(DelegateDeclaration delegateDeclaration) { in createDelegateBinding()
442 DelegateDeclaration delegateDeclaration, ContributionBinding actualBinding) { in delegateBinding()467 public ContributionBinding unresolvedDelegateBinding(DelegateDeclaration delegateDeclaration) { in unresolvedDelegateBinding()476 DelegateDeclaration delegateDeclaration, in buildDelegateBinding()
238 Key forDelegateBinding(DelegateDeclaration delegateDeclaration, Class<?> frameworkType) { in forDelegateBinding()