Home
last modified time | relevance | path

Searched defs:moduleElement (Results 1 – 8 of 8) sorted by relevance

/external/dagger2/java/dagger/internal/codegen/writing/
DModuleProxies.java81 public ClassName nameGeneratedType(TypeElement moduleElement) { in nameGeneratedType()
86 public Element originatingElement(TypeElement moduleElement) { in originatingElement()
91 public Optional<TypeSpec.Builder> write(TypeElement moduleElement) { in write()
98 private TypeSpec.Builder buildProxy(TypeElement moduleElement) { in buildProxy()
112 private ClassName constructorProxyTypeName(TypeElement moduleElement) { in constructorProxyTypeName()
125 private Optional<ExecutableElement> nonPublicNullaryConstructor(TypeElement moduleElement) { in nonPublicNullaryConstructor()
144 public CodeBlock newModuleInstance(TypeElement moduleElement, ClassName requestingClass) { in newModuleInstance()
DComponentRequirementExpressions.java173 private final TypeElement moduleElement; field in ComponentRequirementExpressions.InstantiableModuleField
/external/dagger2/java/dagger/internal/codegen/binding/
DModuleDescriptor.java69 public abstract TypeElement moduleElement(); in moduleElement() method in ModuleDescriptor
137 public ModuleDescriptor create(TypeElement moduleElement) { in create()
141 public ModuleDescriptor createUncached(TypeElement moduleElement) { in createUncached()
185 TypeElement moduleElement, ImmutableSet.Builder<ContributionBinding> bindings) { in collectCompanionModuleBindings()
222 Set<TypeElement> includedModules, TypeElement moduleElement) { in collectIncludedModules()
242 private ImmutableSet<TypeElement> implicitlyIncludedModules(TypeElement moduleElement) { in implicitlyIncludedModules()
DModuleKind.java72 public static void checkIsModule(TypeElement moduleElement, KotlinMetadataUtil metadataUtil) { in checkIsModule()
DMultibindingDeclaration.java85 ExecutableElement moduleMethod, TypeElement moduleElement) { in forMultibindsMethod()
/external/dagger2/javatests/dagger/internal/codegen/
DKeyFactoryTest.java90 TypeElement moduleElement = in forProvidesMethod() local
110 TypeElement moduleElement = in forProvidesMethod_qualified() local
132 TypeElement moduleElement = in qualifiedKeyEquivalents() local
199 TypeElement moduleElement = in forProvidesMethod_sets() local
268 TypeElement moduleElement = in forProducesMethod() local
293 TypeElement moduleElement = in forProducesMethod_sets() local
/external/auto/common/src/test/java/com/google/auto/common/
DVisibilityTest.java56 Element moduleElement = in moduleVisibility() local
/external/dagger2/java/dagger/internal/codegen/validation/
DModuleValidator.java541 final TypeElement moduleElement, in validateModuleVisibility()