Home
last modified time | relevance | path

Searched refs:scopeOf (Results 1 – 4 of 4) sorted by relevance

/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DProvisionBinding.java43 import static dagger.internal.codegen.Scope.scopeOf;
121 Scope scope = Scope.scopeOf(constructorElement.getEnclosingElement()); in forInjectConstructor()
173 Scope scope = Scope.scopeOf(providesMethod); in forProvidesMethod()
210 scopeOf(implicitMapOfProviderRequest.requestElement())); in implicitMapOfProviderBinding()
233 Scope scope = Scope.scopeOf(componentMethod); in forComponentMethod()
DScope.java68 static Scope scopeOf(Element element) { in scopeOf() method in Scope
DBindingGraphValidator.java676 Scope scope = Scope.scopeOf(componentType); in validateScopeHierarchy()
1031 Scope scope = Scope.scopeOf(scopedComponent);
1047 return Scope.scopeOf(input).isPresent();
DComponentDescriptor.java345 Scope scope = Scope.scopeOf(componentDefinitionType);