Home
last modified time | relevance | path

Searched defs: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()
163 private Map<FieldDescriptor, List<TextFormatParseLocation>> locationsFromField; field in TextFormatParseInfoTree.Builder