OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scopeOf
(Results
1 - 4
of
4
) sorted by null
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
ProvisionBinding.java
43
import static dagger.internal.codegen.Scope.
scopeOf
;
121
Scope scope = Scope.
scopeOf
(constructorElement.getEnclosingElement());
173
Scope scope = Scope.
scopeOf
(providesMethod);
210
scopeOf
(implicitMapOfProviderRequest.requestElement()));
233
Scope scope = Scope.
scopeOf
(componentMethod);
Scope.java
68
static Scope
scopeOf
(Element element) {
BindingGraphValidator.java
676
Scope scope = Scope.
scopeOf
(componentType);
[
all
...]
ComponentDescriptor.java
345
Scope scope = Scope.
scopeOf
(componentDefinitionType);
Completed in 336 milliseconds