Home
last modified time | relevance | path

Searched refs:unwrappedValue (Results 1 – 2 of 2) sorted by relevance

/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DContributionBinding.java266 Optional<? extends AnnotationValue> unwrappedValue = unwrapValue(mapKey);
267 return unwrappedValue.isPresent() ? unwrappedValue.get().getValue() : mapKey;
DMapKeys.java157 Optional<? extends AnnotationValue> unwrappedValue = unwrapValue(mapKey); in getMapKeySnippet() local
158 if (unwrappedValue.isPresent()) { in getMapKeySnippet()
160 .visit(unwrappedValue.get(), unwrappedValue.get()); in getMapKeySnippet()