Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/util/src/main/java/com/google/protobuf/util/
DJsonFormat.java1168 private Map<String, FieldDescriptor> getFieldNameMap(Descriptor descriptor) { in getFieldNameMap() method in JsonFormat.ParserImpl
1187 Map<String, FieldDescriptor> fieldNameMap = getFieldNameMap(builder.getDescriptorForType()); in mergeMessage()