Home
last modified time | relevance | path

Searched refs:unwrapValue (Results 1 – 21 of 21) sorted by relevance

/external/guice/core/test/com/google/inject/multibindings/
DProvidesIntoTest.java203 @MapKey(unwrapValue = true)
209 @MapKey(unwrapValue = false)
253 @MapKey(unwrapValue = true)
282 @MapKey(unwrapValue = false)
403 @MapKey(unwrapValue = true)
431 @MapKey(unwrapValue = true)
/external/dagger2/java/dagger/internal/codegen/binding/
DMapKeys.java83 static Optional<? extends AnnotationValue> unwrapValue(AnnotationMirror mapKey) { in unwrapValue() method in MapKeys
87 return mapKeyAnnotation.unwrapValue() in unwrapValue()
93 return unwrapValue(mapKeyAnnotation).isPresent() in mapKeyType()
170 Optional<? extends AnnotationValue> unwrappedValue = unwrapValue(mapKey); in directMapKeyExpression()
/external/dagger2/javatests/dagger/functional/
DBooleanKey.java21 @MapKey(unwrapValue = true)
DCharKey.java21 @MapKey(unwrapValue = true)
DByteKey.java21 @MapKey(unwrapValue = true)
DShortKey.java21 @MapKey(unwrapValue = true)
DNestedAnnotationContainer.java23 @MapKey(unwrapValue = false)
DNumberClassKey.java21 @MapKey(unwrapValue = true)
DUnwrappedAnnotationKey.java22 @MapKey(unwrapValue = true)
DWrappedAnnotationKey.java23 @MapKey(unwrapValue = false)
/external/dagger2/java/dagger/
DMapKey.java115 boolean unwrapValue() default true; in unwrapValue() method
/external/guice/core/src/com/google/inject/multibindings/
DMapKey.java59 boolean unwrapValue() default true; in unwrapValue() method
DStringMapKey.java31 @MapKey(unwrapValue = true)
DClassMapKey.java31 @MapKey(unwrapValue = true)
/external/guice/core/src/com/google/inject/internal/
DProvidesMethodScanner.java127 if (mapKey.unwrapValue()) { in findMapKeyAnnotation()
152 if (!mapKeyAnnotation.annotationType().getAnnotation(MapKey.class).unwrapValue()) { in typeAndValueOfMapKey()
/external/dagger2/java/dagger/internal/codegen/validation/
DMapKeyValidator.java47 } else if (element.getAnnotation(MapKey.class).unwrapValue()) { in validate()
/external/dagger2/javatests/dagger/functional/multibindings/
DComplexMapKeysInDifferentOrderTest.java37 @MapKey(unwrapValue = false)
DMapKeyWithDefaultTest.java37 @MapKey(unwrapValue = false)
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DExperimentingRunnerModule.java103 @MapKey(unwrapValue = true)
160 @MapKey(unwrapValue = true)
/external/dagger2/java/dagger/internal/codegen/
DMapKeyProcessingStep.java80 if (!mapkey.unwrapValue()) { in process()
/external/caliper/caliper/src/main/java/com/google/caliper/worker/
DWorkerModule.java78 @MapKey(unwrapValue = true)