Home
last modified time | relevance | path

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

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormatParseInfoTree.java114 return getFromList(getLocations(fieldDescriptor), index, fieldDescriptor); in getLocation()
138 return getFromList(getNestedTrees(fieldDescriptor), index, fieldDescriptor); in getNestedTree()
150 private static <T> T getFromList(List<T> list, int index, FieldDescriptor fieldDescriptor) { in getFromList() method in TextFormatParseInfoTree