Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormatParseInfoTree.java56 private Map<FieldDescriptor, List<TextFormatParseLocation>> locationsFromField; field in TextFormatParseInfoTree
69 Map<FieldDescriptor, List<TextFormatParseLocation>> locationsFromField, in TextFormatParseInfoTree() argument
75 for (Entry<FieldDescriptor, List<TextFormatParseLocation>> kv : locationsFromField.entrySet()) { in TextFormatParseInfoTree()
78 this.locationsFromField = Collections.unmodifiableMap(locs); in TextFormatParseInfoTree()
100 List<TextFormatParseLocation> result = locationsFromField.get(fieldDescriptor); in getLocations()
165 private Map<FieldDescriptor, List<TextFormatParseLocation>> locationsFromField; field in TextFormatParseInfoTree.Builder
175 locationsFromField = new HashMap<FieldDescriptor, List<TextFormatParseLocation>>(); in Builder()
187 List<TextFormatParseLocation> fieldLocations = locationsFromField.get(fieldDescriptor); in setLocation()
190 locationsFromField.put(fieldDescriptor, fieldLocations); in setLocation()
222 return new TextFormatParseInfoTree(locationsFromField, subtreeBuildersFromField); in build()