Home
last modified time | relevance | path

Searched defs:requestKey (Results 1 – 3 of 3) sorted by relevance

/external/dagger2/java/dagger/internal/codegen/
DBindingGraphFactory.java353 ResolvedBindings lookUpBindings(Key requestKey) { in lookUpBindings()
421 ResolvedBindings lookUpMembersInjectionBinding(Key requestKey) { in lookUpMembersInjectionBinding()
461 private ImmutableSet<Key> keysMatchingRequest(Key requestKey) { in keysMatchingRequest()
466 private ImmutableSet<Key> keysMatchingRequestUncached(Key requestKey) { in keysMatchingRequestUncached()
581 Key requestKey, Iterable<? extends ContributionBinding> bindings) { in indexBindingsByOwningComponent()
600 private TypeElement getOwningComponent(Key requestKey, ContributionBinding binding) { in getOwningComponent()
616 private boolean isResolvedInParent(Key requestKey, ContributionBinding binding) { in isResolvedInParent()
710 Key requestKey, Function<Key, Collection<T>> getDeclarationsPerKey) { in getAllMatchingBindingDeclarations() argument
1012 private boolean hasLocalMultibindingContributions(Key requestKey) { in hasLocalMultibindingContributions()
DDependencyRequestFactory.java206 DependencyRequest forSyntheticPresentOptionalBinding(Key requestKey, RequestKind kind) { in forSyntheticPresentOptionalBinding()
208 checkArgument(key.isPresent(), "not a request for optional: %s", requestKey); in forSyntheticPresentOptionalBinding() local
DKeyFactory.java286 ImmutableSet<Key> implicitFrameworkMapKeys(Key requestKey) { in implicitFrameworkMapKeys()