Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/internal/codegen/
DModuleProcessingStep.java34 import dagger.internal.codegen.binding.DelegateDeclaration;
35 import dagger.internal.codegen.binding.DelegateDeclaration.Factory;
67 private final DelegateDeclaration.Factory delegateDeclarationFactory;
/external/dagger2/java/dagger/internal/codegen/binding/
DDelegateDeclaration.java44 public abstract class DelegateDeclaration extends BindingDeclaration class
73 public DelegateDeclaration create( in create()
DModuleDescriptor.java82 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()
DBindingGraphFactory.java127 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()
DBindingFactory.java442 DelegateDeclaration delegateDeclaration, ContributionBinding actualBinding) { in delegateBinding()
467 public ContributionBinding unresolvedDelegateBinding(DelegateDeclaration delegateDeclaration) { in unresolvedDelegateBinding()
476 DelegateDeclaration delegateDeclaration, in buildDelegateBinding()
DKeyFactory.java238 Key forDelegateBinding(DelegateDeclaration delegateDeclaration, Class<?> frameworkType) { in forDelegateBinding()