Home
last modified time | relevance | path

Searched refs:DelegateDeclaration (Results 1 – 7 of 7) sorted by relevance

/external/dagger2/java/dagger/internal/codegen/
DModuleDescriptor.java76 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()
DDelegateDeclaration.java45 abstract class DelegateDeclaration extends BindingDeclaration implements HasContributionType { class
72 DelegateDeclaration create( in create()
DModuleProcessingStep.java31 import dagger.internal.codegen.DelegateDeclaration.Factory;
55 private final DelegateDeclaration.Factory delegateDeclarationFactory;
DBindingGraphFactory.java112 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()
DBindingFactory.java377 DelegateDeclaration delegateDeclaration, ContributionBinding actualBinding) { in delegateBinding()
402 ContributionBinding unresolvedDelegateBinding(DelegateDeclaration delegateDeclaration) { in unresolvedDelegateBinding()
411 DelegateDeclaration delegateDeclaration, in buildDelegateBinding()
DKeyFactory.java238 Key forDelegateBinding(DelegateDeclaration delegateDeclaration, Class<?> frameworkType) { in forDelegateBinding()
DBUILD159 "DelegateDeclaration.java",