Home
last modified time | relevance | path

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

/external/desugar/java/com/google/devtools/common/options/
DIsolatedOptionsData.java199 private static Type getFieldSingularType(Field field, Option annotation) { in getFieldSingularType() method in IsolatedOptionsData
252 Type type = getFieldSingularType(optionField, annotation); in findConverter()
412 Type fieldType = getFieldSingularType(field, annotation); in from()