Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/internal/codegen/binding/
DBindingGraphFactory.java374 ResolvedBindings lookUpBindings(Key requestKey) { in lookUpBindings()
479 ResolvedBindings lookUpMembersInjectionBinding(Key requestKey) { in lookUpMembersInjectionBinding()
520 private ImmutableSet<Key> keysMatchingRequest(Key requestKey) { in keysMatchingRequest()
525 private ImmutableSet<Key> keysMatchingRequestUncached(Key requestKey) { in keysMatchingRequestUncached()
595 private TypeElement getOwningComponent(Key requestKey, ContributionBinding binding) { in getOwningComponent()
611 private boolean isResolvedInParent(Key requestKey, ContributionBinding binding) { in isResolvedInParent()
946 private boolean hasLocalMultibindingContributions(Key requestKey) { in hasLocalMultibindingContributions()
DDependencyRequestFactory.java237 DependencyRequest forSyntheticPresentOptionalBinding(Key requestKey, RequestKind kind) { in forSyntheticPresentOptionalBinding()
239 checkArgument(key.isPresent(), "not a request for optional: %s", requestKey); in forSyntheticPresentOptionalBinding() local
DKeyFactory.java362 ImmutableSet<Key> implicitFrameworkMapKeys(Key requestKey) { in implicitFrameworkMapKeys()