Home
last modified time | relevance | path

Searched defs:requestKind (Results 1 – 14 of 14) sorted by relevance

/external/dagger2/java/dagger/internal/codegen/binding/
DFrameworkType.java42 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()
DFrameworkTypeMapper.java30 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()
DBindingRequest.java45 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()
DDependencyRequestFactory.java211 RequestKind requestKind = getRequestKind(type); in newDependencyRequest() local
DBindingFactory.java458 RequestKind requestKind = getRequestKind(OptionalType.from(key).valueType()); in presentOptionalBindingType() local
/external/dagger2/java/dagger/internal/codegen/base/
DRequestKinds.java53 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()
DMapType.java112 RequestKind requestKind = RequestKinds.getRequestKind(valueType()); in valueRequestKind() local
/external/dagger2/java/dagger/internal/codegen/writing/
DDerivedFromFrameworkInstanceRequestRepresentation.java42 private final RequestKind requestKind; field in DerivedFromFrameworkInstanceRequestRepresentation
51 @Assisted RequestKind requestKind, in DerivedFromFrameworkInstanceRequestRepresentation()
132 RequestKind requestKind, in create()
DDelegateRequestRepresentation.java44 private final RequestKind requestKind; field in DelegateRequestRepresentation
52 @Assisted RequestKind requestKind, in DelegateRequestRepresentation()
155 DelegateRequestRepresentation create(DelegateBinding binding, RequestKind requestKind); in create()
DProvisionBindingRepresentation.java66 private boolean usesDirectInstanceExpression(RequestKind requestKind) { in usesDirectInstanceExpression()
/external/dagger2/java/dagger/internal/codegen/bindinggraphvalidation/
DDependencyCycleValidator.java230 RequestKind requestKind = getRequestKind(optionalValueType); in breaksCycle() local
236 private boolean breaksCycle(XType requestedType, RequestKind requestKind) { in breaksCycle()
/external/dagger2/java/dagger/internal/codegen/validation/
DDependencyRequestValidator.java178 RequestKind requestKind = RequestKinds.getRequestKind(requestType); in checkType() local
DModelBindingGraphConverter.java150 private static RequestKind toModel(dagger.internal.codegen.model.RequestKind requestKind) { in toModel()
DSpiModelBindingGraphConverter.java187 private static RequestKind toSpiModel(dagger.internal.codegen.model.RequestKind requestKind) { in toSpiModel()