Home
last modified time | relevance | path

Searched refs:getAnnotationValues (Results 1 – 6 of 6) sorted by relevance

/external/dagger2/java/dagger/hilt/processor/internal/aggregateddeps/
DComponentDependencies.java346 Processors.getAnnotationValues(elements, aggregatedDeps); in create()
390 AnnotationValues.getAnnotationValues(componentsValue).stream() in getComponents()
416 if (!AnnotationValues.getAnnotationValues(modulesValue).isEmpty()) { in getDependencyType()
419 if (!AnnotationValues.getAnnotationValues(entryPointsValue).isEmpty()) { in getDependencyType()
422 if (!AnnotationValues.getAnnotationValues(componentEntryPointsValue).isEmpty()) { in getDependencyType()
441 .addAll(AnnotationValues.getAnnotationValues(modulesValue)) in getDependency()
442 .addAll(AnnotationValues.getAnnotationValues(entryPointsValue)) in getDependency()
443 .addAll(AnnotationValues.getAnnotationValues(componentEntryPointsValue)) in getDependency()
452 : AnnotationValues.getAnnotationValues(replacedDependenciesValue).stream() in getReplacedDependencies()
/external/dagger2/java/dagger/hilt/processor/internal/
DAnnotationValues.java145 return getAnnotationValues(getAnnotationValue(annotation, valueName)).stream() in getIntArrayValue()
152 return getAnnotationValues(getAnnotationValue(annotation, valueName)).stream() in getStringArrayValue()
167 public static ImmutableList<AnnotationValue> getAnnotationValues( in getAnnotationValues() method in AnnotationValues
DProcessors.java92 public static ImmutableMap<String, AnnotationValue> getAnnotationValues(Elements elements, in getAnnotationValues() method in Processors
/external/dagger2/java/dagger/internal/codegen/base/
DComponentAnnotation.java127 protected final ImmutableList<AnnotationValue> getAnnotationValues(String parameterName) { in getAnnotationValues() method in ComponentAnnotation
220 return isSubcomponent() ? ImmutableList.of() : getAnnotationValues("dependencies"); in dependencyValues()
243 return getAnnotationValues("modules"); in moduleValues()
/external/auto/common/src/test/java/com/google/auto/common/
DAnnotationValuesTest.java242 public void getAnnotationValues() { in getAnnotationValues() method in AnnotationValuesTest
244 ImmutableList<AnnotationValue> values = AnnotationValues.getAnnotationValues(value); in getAnnotationValues()
/external/auto/common/src/main/java/com/google/auto/common/
DAnnotationValues.java483 public static ImmutableList<AnnotationValue> getAnnotationValues(AnnotationValue value) { in getAnnotationValues() method in AnnotationValues