Home
last modified time | relevance | path

Searched defs:typeUrlField (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
DJsonFormat.java871 FieldDescriptor typeUrlField = descriptor.findFieldByName("type_url"); in printAny() local
1509 FieldDescriptor typeUrlField = descriptor.findFieldByName("type_url"); in mergeAny() local
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormat.java361 FieldDescriptor typeUrlField = messageType.findFieldByNumber(1); in printAny() local