Home
last modified time | relevance | path

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

/external/guice/extensions/multibindings/test/com/google/inject/multibindings/
DProvidesIntoTest.java169 @MapKey(unwrapValue = true)
175 @MapKey(unwrapValue = false)
210 @MapKey(unwrapValue = true)
233 @MapKey(unwrapValue = false)
322 @MapKey(unwrapValue = true)
349 @MapKey(unwrapValue = true)
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/
DShortKey.java20 @MapKey(unwrapValue = true)
DBooleanKey.java20 @MapKey(unwrapValue = true)
DCharKey.java20 @MapKey(unwrapValue = true)
DByteKey.java20 @MapKey(unwrapValue = true)
DNestedAnnotationContainer.java22 @MapKey(unwrapValue = false)
DNumberClassKey.java20 @MapKey(unwrapValue = true)
DUnwrappedAnnotationKey.java21 @MapKey(unwrapValue = true)
DWrappedAnnotationKey.java22 @MapKey(unwrapValue = false)
/external/guice/extensions/multibindings/src/com/google/inject/multibindings/
DMapKey.java59 boolean unwrapValue() default true; in unwrapValue() method
DClassMapKey.java31 @MapKey(unwrapValue = true)
DStringMapKey.java31 @MapKey(unwrapValue = true)
DMultibindingsScanner.java141 if (mapKey.unwrapValue()) {
164 if (!mapKeyAnnotation.annotationType().getAnnotation(MapKey.class).unwrapValue()) {
/external/dagger2/core/src/main/java/dagger/
DMapKey.java113 boolean unwrapValue() default true; in unwrapValue() method
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DMapKeys.java86 static Optional<? extends AnnotationValue> unwrapValue(AnnotationMirror mapKey) { in unwrapValue() method in MapKeys
90 return mapKeyAnnotation.unwrapValue() in unwrapValue()
157 Optional<? extends AnnotationValue> unwrappedValue = unwrapValue(mapKey); in getMapKeySnippet()
DContributionBinding.java47 import static dagger.internal.codegen.MapKeys.unwrapValue;
266 Optional<? extends AnnotationValue> unwrappedValue = unwrapValue(mapKey);
DMapKeyValidator.java43 } else if (element.getAnnotation(MapKey.class).unwrapValue()) { in validate()
DMapKeyProcessingStep.java75 if (mapkey.unwrapValue()) { in process()
DKey.java287 return MapKeys.unwrapValue(mapKeyAnnotation).isPresent()
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DExperimentingRunnerModule.java100 @MapKey(unwrapValue = true)
155 @MapKey(unwrapValue = true)
/external/caliper/caliper/src/main/java/com/google/caliper/worker/
DWorkerModule.java78 @MapKey(unwrapValue = true)