Home
last modified time | relevance | path

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

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormatParseInfoTree.java183 List<TextFormatParseLocation> fieldLocations = locationsFromField.get(fieldDescriptor); in setLocation() local
184 if (fieldLocations == null) { in setLocation()
185 fieldLocations = new ArrayList<TextFormatParseLocation>(); in setLocation()
186 locationsFromField.put(fieldDescriptor, fieldLocations); in setLocation()
188 fieldLocations.add(location); in setLocation()