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