Home
last modified time | relevance | path

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

/external/turbine/javatests/com/google/turbine/lower/
DIntegrationTestSupport.java355 collectTypesFromAnnotationValues(types, a.values); in collectTypesFromAnnotation()
358 private static void collectTypesFromAnnotationValues(Set<String> types, List<?> values) { in collectTypesFromAnnotationValues() method in IntegrationTestSupport
369 collectTypesFromAnnotationValues(types, (List<?>) v); in collectTypesFromAnnotationValue()