/external/dagger2/java/dagger/internal/codegen/javac/ |
D | JavacPluginModule.java | 30 import dagger.internal.codegen.langmodel.DaggerTypes; 85 static DaggerTypes daggerTypes(Context javaContext, DaggerElements elements) { in daggerTypes() 86 return new DaggerTypes(JavacTypes.instance(javaContext), elements); in daggerTypes() 89 @Binds abstract Types types(DaggerTypes daggerTypes); in types()
|
/external/dagger2/java/dagger/internal/codegen/base/ |
D | RequestKinds.java | 28 import static dagger.internal.codegen.langmodel.DaggerTypes.checkTypePresent; 40 import dagger.internal.codegen.langmodel.DaggerTypes; 52 RequestKind requestKind, TypeMirror type, DaggerTypes types) { in requestType() 116 if (kind.equals(PROVIDER) && getRequestKind(DaggerTypes.unwrapType(type)).equals(LAZY)) { in getRequestKind() 146 return DaggerTypes.unwrapType(type); in extractKeyType()
|
D | Keys.java | 21 import dagger.internal.codegen.langmodel.DaggerTypes; 45 public static boolean isValidImplicitProvisionKey(Key key, DaggerTypes types) { in isValidImplicitProvisionKey() 55 Optional<? extends AnnotationMirror> qualifier, TypeMirror type, final DaggerTypes types) { in isValidImplicitProvisionKey()
|
/external/dagger2/javatests/dagger/internal/codegen/ |
D | MethodSignatureFormatterTest.java | 33 import dagger.internal.codegen.langmodel.DaggerTypes; 49 @Inject DaggerTypes types; 108 static DaggerTypes types(CompilationRule compilationRule, DaggerElements elements) { in types() 109 return new DaggerTypes(compilationRule.getTypes(), elements); in types()
|
/external/dagger2/java/dagger/internal/codegen/writing/ |
D | DerivedFromFrameworkInstanceBindingExpression.java | 27 import dagger.internal.codegen.langmodel.DaggerTypes; 38 private final DaggerTypes types; 45 DaggerTypes types) { in DerivedFromFrameworkInstanceBindingExpression()
|
D | ImmediateFutureBindingExpression.java | 27 import dagger.internal.codegen.langmodel.DaggerTypes; 35 private final DaggerTypes types; 41 DaggerTypes types, in ImmediateFutureBindingExpression()
|
D | FrameworkInstanceBindingExpression.java | 29 import dagger.internal.codegen.langmodel.DaggerTypes; 37 private final DaggerTypes types; 43 DaggerTypes types, in FrameworkInstanceBindingExpression()
|
D | InaccessibleMapKeyProxyGenerator.java | 31 import dagger.internal.codegen.langmodel.DaggerTypes; 44 private final DaggerTypes types; 49 Filer filer, DaggerTypes types, DaggerElements elements, SourceVersion sourceVersion) { in InaccessibleMapKeyProxyGenerator()
|
D | PrivateMethodBindingExpression.java | 31 import dagger.internal.codegen.langmodel.DaggerTypes; 44 private final DaggerTypes types; 53 DaggerTypes types, in PrivateMethodBindingExpression()
|
D | ProducerEntryPointView.java | 27 import dagger.internal.codegen.langmodel.DaggerTypes; 40 private final DaggerTypes types; 42 ProducerEntryPointView(DaggerTypes types) { in ProducerEntryPointView()
|
D | OptionalBindingExpression.java | 29 import dagger.internal.codegen.langmodel.DaggerTypes; 38 private final DaggerTypes types; 45 DaggerTypes types, in OptionalBindingExpression()
|
D | ProviderInstanceBindingExpression.java | 22 import dagger.internal.codegen.langmodel.DaggerTypes; 30 DaggerTypes types, in ProviderInstanceBindingExpression()
|
D | InnerSwitchingProviders.java | 31 import dagger.internal.codegen.langmodel.DaggerTypes; 42 private final DaggerTypes types; 47 DaggerTypes types) { in InnerSwitchingProviders()
|
/external/dagger2/java/dagger/internal/codegen/validation/ |
D | BindingGraphPlugins.java | 26 import dagger.internal.codegen.langmodel.DaggerTypes; 37 private final DaggerTypes types; 46 DaggerTypes types, in BindingGraphPlugins()
|
D | BindsOptionalOfMethodValidator.java | 33 import dagger.internal.codegen.langmodel.DaggerTypes; 42 private final DaggerTypes types; 48 DaggerTypes types, in BindsOptionalOfMethodValidator()
|
D | BindsMethodValidator.java | 35 import dagger.internal.codegen.langmodel.DaggerTypes; 44 private final DaggerTypes types; 50 DaggerTypes types, in BindsMethodValidator()
|
/external/dagger2/javatests/dagger/internal/codegen/javapoet/ |
D | ExpressionTest.java | 24 import dagger.internal.codegen.langmodel.DaggerTypes; 38 private DaggerTypes types; 47 types = new DaggerTypes(compilationRule.getTypes(), elements); in setUp()
|
/external/dagger2/java/dagger/internal/codegen/binding/ |
D | AssistedInjectionAnnotations.java | 47 import dagger.internal.codegen.langmodel.DaggerTypes; 62 TypeElement factory, DaggerElements elements, DaggerTypes types) { in assistedFactoryMethod() 68 TypeElement factory, DaggerElements elements, DaggerTypes types) { in assistedFactoryMethods() 95 Binding binding, DaggerTypes types) { in assistedParameterSpecs() 126 Binding binding, DaggerElements elements, DaggerTypes types) { in assistedFactoryParameterSpecs() 170 TypeMirror factory, DaggerElements elements, DaggerTypes types) { in create() 268 DeclaredType assistedInjectType, DaggerTypes types) { in assistedInjectAssistedParameters()
|
D | DelegateDeclaration.java | 32 import dagger.internal.codegen.langmodel.DaggerTypes; 59 private final DaggerTypes types; 65 DaggerTypes types, in Factory()
|
D | BindsTypeChecker.java | 26 import dagger.internal.codegen.langmodel.DaggerTypes; 43 private final DaggerTypes types; 48 public BindsTypeChecker(DaggerTypes types, DaggerElements elements) { in BindsTypeChecker()
|
D | MultibindingDeclaration.java | 29 import dagger.internal.codegen.langmodel.DaggerTypes; 74 private final DaggerTypes types; 78 Factory(DaggerTypes types, KeyFactory keyFactory) { in Factory()
|
D | FrameworkType.java | 34 import dagger.internal.codegen.langmodel.DaggerTypes; 89 public Expression to(RequestKind requestKind, Expression from, DaggerTypes types) { in to() 144 public Expression to(RequestKind requestKind, Expression from, DaggerTypes types) { in to() 217 public abstract Expression to(RequestKind requestKind, Expression from, DaggerTypes types); in to()
|
D | DependencyRequestFormatter.java | 25 import dagger.internal.codegen.langmodel.DaggerTypes; 59 private final DaggerTypes types; 62 DependencyRequestFormatter(DaggerTypes types) { in DependencyRequestFormatter()
|
/external/dagger2/java/dagger/internal/codegen/ |
D | MapKeyProcessingStep.java | 26 import dagger.internal.codegen.langmodel.DaggerTypes; 47 private final DaggerTypes types; 55 DaggerTypes types, in MapKeyProcessingStep()
|
D | AssistedInjectProcessingStep.java | 29 import dagger.internal.codegen.langmodel.DaggerTypes; 43 private final DaggerTypes types; 47 AssistedInjectProcessingStep(DaggerTypes types, Messager messager) { in AssistedInjectProcessingStep()
|