Searched refs:scopeOf (Results 1 – 4 of 4) sorted by relevance
43 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()
68 static Scope scopeOf(Element element) { in scopeOf() method in Scope
676 Scope scope = Scope.scopeOf(componentType); in validateScopeHierarchy()1031 Scope scope = Scope.scopeOf(scopedComponent);1047 return Scope.scopeOf(input).isPresent();
345 Scope scope = Scope.scopeOf(componentDefinitionType);