Searched refs:locationsFromField (Results 1 – 2 of 2) 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()
META-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...