Searched defs:JsonName (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ | ||
D | FieldDescriptor.cs | 65 public string JsonName { get; } property in Google.Protobuf.Reflection.FieldDescriptor |
D | Descriptor.cs | 2027 public string JsonName { property in Google.Protobuf.Reflection.FieldDescriptorProto |
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ | ||
D | Type.cs | 532 public string JsonName { property in Google.Protobuf.WellKnownTypes.Field |
/external/golang-protobuf/protoc-gen-go/descriptor/ | ||
D | descriptor.pb.go | 825 …JsonName *string `protobuf:"bytes,10,opt,name=json_name,json=jsonName" json:"jso… member |