Searched refs:getFromList (Results 1 – 2 of 2) sorted by relevance
116 return getFromList(getLocations(fieldDescriptor), index, fieldDescriptor); in getLocation()140 return getFromList(getNestedTrees(fieldDescriptor), index, fieldDescriptor); in getNestedTree()152 private static <T> T getFromList(List<T> list, int index, FieldDescriptor fieldDescriptor) { in getFromList() method in TextFormatParseInfoTree
129 Method getFromList = List.class.getMethod("get", int.class); in testResolveType() local131 .resolveType(getFromList.getGenericReturnType()); in testResolveType()