Searched refs:locationsFromField (Results 1 – 1 of 1) sorted by relevance
54 private Map<FieldDescriptor, List<TextFormatParseLocation>> locationsFromField; field in TextFormatParseInfoTree67 Map<FieldDescriptor, List<TextFormatParseLocation>> locationsFromField, in TextFormatParseInfoTree() argument73 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.Builder171 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()