Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/google/protobuf/
DType.pbobjc.m219 @dynamic jsonName;
231 NSString *jsonName;
314 .name = "jsonName",
318 .offset = (uint32_t)offsetof(GPBField__storage_, jsonName),
DType.pbobjc.h265 @property(nonatomic, readwrite, copy, null_resettable) NSString *jsonName;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DDescriptors.java934 return jsonName; in getJsonName()
1136 private final String jsonName; field in Descriptors.FieldDescriptor
1258 jsonName = proto.getJsonName(); in FieldDescriptor()
1260 jsonName = fieldNameToLowerCamelCase(proto.getName()); in FieldDescriptor()