Home
last modified time | relevance | path

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

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormatParseInfoTree.java54 private Map<FieldDescriptor, List<TextFormatParseLocation>> locationsFromField; field in TextFormatParseInfoTree
67 Map<FieldDescriptor, List<TextFormatParseLocation>> locationsFromField, in TextFormatParseInfoTree() argument
73 for (Entry<FieldDescriptor, List<TextFormatParseLocation>> kv : locationsFromField.entrySet()) { in TextFormatParseInfoTree()
76 this.locationsFromField = Collections.unmodifiableMap(locs); in TextFormatParseInfoTree()
98 List<TextFormatParseLocation> result = locationsFromField.get(fieldDescriptor); in getLocations()
163 private Map<FieldDescriptor, List<TextFormatParseLocation>> locationsFromField; field in TextFormatParseInfoTree.Builder
171 locationsFromField = new HashMap<FieldDescriptor, List<TextFormatParseLocation>>(); in Builder()
183 List<TextFormatParseLocation> fieldLocations = locationsFromField.get(fieldDescriptor); in setLocation()
186 locationsFromField.put(fieldDescriptor, fieldLocations); in setLocation()
218 return new TextFormatParseInfoTree(locationsFromField, subtreeBuildersFromField); in build()