/external/dagger2/java/dagger/internal/codegen/binding/ |
D | FrameworkType.java | 42 RequestKind requestKind, in to() 86 RequestKind requestKind, in to() 118 RequestKind requestKind, in to() 135 RequestKind requestKind, in to() 169 public static Optional<FrameworkType> forRequestKind(RequestKind requestKind) { in forRequestKind() 200 public RequestKind requestKind() { in requestKind() method in FrameworkType 221 RequestKind requestKind, in to() 235 RequestKind requestKind, in to()
|
D | FrameworkTypeMapper.java | 30 public FrameworkType getFrameworkType(RequestKind requestKind) { in FOR_PROVIDER() 47 public FrameworkType getFrameworkType(RequestKind requestKind) { in FOR_PRODUCER() 67 public abstract FrameworkType getFrameworkType(RequestKind requestKind); in getFrameworkType()
|
D | BindingRequest.java | 45 public static BindingRequest bindingRequest(Key key, RequestKind requestKind) { in bindingRequest() 71 public abstract RequestKind requestKind(); in requestKind() method in BindingRequest 77 public final boolean isRequestKind(RequestKind requestKind) { in isRequestKind()
|
D | DependencyRequestFactory.java | 211 RequestKind requestKind = getRequestKind(type); in newDependencyRequest() local
|
D | BindingFactory.java | 458 RequestKind requestKind = getRequestKind(OptionalType.from(key).valueType()); in presentOptionalBindingType() local
|
/external/dagger2/java/dagger/internal/codegen/base/ |
D | RequestKinds.java | 53 RequestKind requestKind, XType type, XProcessingEnv processingEnv) { in requestType() 70 public static TypeName requestTypeName(RequestKind requestKind, TypeName keyType) { in requestTypeName() 144 private static XType extractKeyType(RequestKind requestKind, XType type) { in extractKeyType() 167 public static ClassName frameworkClassName(RequestKind requestKind) { in frameworkClassName() 169 FRAMEWORK_CLASSES.containsKey(requestKind), "no framework class for %s", requestKind); in frameworkClassName() local 178 RequestKind requestKind, boolean isEntryPoint) { in canBeSatisfiedByProductionBinding()
|
D | MapType.java | 112 RequestKind requestKind = RequestKinds.getRequestKind(valueType()); in valueRequestKind() local
|
/external/dagger2/java/dagger/internal/codegen/writing/ |
D | DerivedFromFrameworkInstanceRequestRepresentation.java | 42 private final RequestKind requestKind; field in DerivedFromFrameworkInstanceRequestRepresentation 51 @Assisted RequestKind requestKind, in DerivedFromFrameworkInstanceRequestRepresentation() 132 RequestKind requestKind, in create()
|
D | DelegateRequestRepresentation.java | 44 private final RequestKind requestKind; field in DelegateRequestRepresentation 52 @Assisted RequestKind requestKind, in DelegateRequestRepresentation() 155 DelegateRequestRepresentation create(DelegateBinding binding, RequestKind requestKind); in create()
|
D | ProvisionBindingRepresentation.java | 66 private boolean usesDirectInstanceExpression(RequestKind requestKind) { in usesDirectInstanceExpression()
|
/external/dagger2/java/dagger/internal/codegen/bindinggraphvalidation/ |
D | DependencyCycleValidator.java | 230 RequestKind requestKind = getRequestKind(optionalValueType); in breaksCycle() local 236 private boolean breaksCycle(XType requestedType, RequestKind requestKind) { in breaksCycle()
|
/external/dagger2/java/dagger/internal/codegen/validation/ |
D | DependencyRequestValidator.java | 178 RequestKind requestKind = RequestKinds.getRequestKind(requestType); in checkType() local
|
D | ModelBindingGraphConverter.java | 150 private static RequestKind toModel(dagger.internal.codegen.model.RequestKind requestKind) { in toModel()
|
D | SpiModelBindingGraphConverter.java | 187 private static RequestKind toSpiModel(dagger.internal.codegen.model.RequestKind requestKind) { in toSpiModel()
|