/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | FieldDescriptor.cs | 70 public string JsonName { get; } property in Google.Protobuf.Reflection.FieldDescriptor 140 … JsonName = Proto.JsonName == "" ? JsonFormatter.ToJsonName(Proto.Name) : Proto.JsonName; in FieldDescriptor()
|
D | MessageDescriptor.cs | 127 map[field.JsonName] = field; in CreateJsonFieldMap()
|
D | Descriptor.cs | 2577 public string JsonName { property in Google.Protobuf.Reflection.FieldDescriptorProto 2681 if (JsonName != other.JsonName) return false; in Equals() 2699 if (HasJsonName) hash ^= JsonName.GetHashCode(); in GetHashCode() 2758 output.WriteString(JsonName); in WriteTo() 2812 output.WriteString(JsonName); in IBufferMessage.InternalWriteTo() 2853 size += 1 + pb::CodedOutputStream.ComputeStringSize(JsonName); in CalculateSize() 2898 JsonName = other.JsonName; in MergeFrom() 2964 JsonName = input.ReadString(); in MergeFrom() 3026 JsonName = input.ReadString(); in IBufferMessage.InternalMergeFrom()
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | FieldDescriptor.cs | 70 public string JsonName { get; } property in Google.Protobuf.Reflection.FieldDescriptor 140 … JsonName = Proto.JsonName == "" ? JsonFormatter.ToJsonName(Proto.Name) : Proto.JsonName; in FieldDescriptor()
|
D | MessageDescriptor.cs | 127 map[field.JsonName] = field; in CreateJsonFieldMap()
|
D | Descriptor.cs | 2577 public string JsonName { property in Google.Protobuf.Reflection.FieldDescriptorProto 2681 if (JsonName != other.JsonName) return false; in Equals() 2699 if (HasJsonName) hash ^= JsonName.GetHashCode(); in GetHashCode() 2758 output.WriteString(JsonName); in WriteTo() 2812 output.WriteString(JsonName); in IBufferMessage.InternalWriteTo() 2853 size += 1 + pb::CodedOutputStream.ComputeStringSize(JsonName); in CalculateSize() 2898 JsonName = other.JsonName; in MergeFrom() 2964 JsonName = input.ReadString(); in MergeFrom() 3026 JsonName = input.ReadString(); in IBufferMessage.InternalMergeFrom()
|
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | Type.cs | 650 public string JsonName { property in Google.Protobuf.WellKnownTypes.Field 695 if (JsonName != other.JsonName) return false; in Equals() 712 if (JsonName.Length != 0) hash ^= JsonName.GetHashCode(); in GetHashCode() 761 if (JsonName.Length != 0) { in WriteTo() 763 output.WriteString(JsonName); in WriteTo() 808 if (JsonName.Length != 0) { in IBufferMessage.InternalWriteTo() 810 output.WriteString(JsonName); in IBufferMessage.InternalWriteTo() 848 if (JsonName.Length != 0) { in CalculateSize() 849 size += 1 + pb::CodedOutputStream.ComputeStringSize(JsonName); in CalculateSize() 888 if (other.JsonName.Length != 0) { in MergeFrom() [all …]
|
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | Type.cs | 650 public string JsonName { property in Google.Protobuf.WellKnownTypes.Field 695 if (JsonName != other.JsonName) return false; in Equals() 712 if (JsonName.Length != 0) hash ^= JsonName.GetHashCode(); in GetHashCode() 761 if (JsonName.Length != 0) { in WriteTo() 763 output.WriteString(JsonName); in WriteTo() 808 if (JsonName.Length != 0) { in IBufferMessage.InternalWriteTo() 810 output.WriteString(JsonName); in IBufferMessage.InternalWriteTo() 848 if (JsonName.Length != 0) { in CalculateSize() 849 size += 1 + pb::CodedOutputStream.ComputeStringSize(JsonName); in CalculateSize() 888 if (other.JsonName.Length != 0) { in MergeFrom() [all …]
|
/external/golang-protobuf/reflect/protodesc/ |
D | proto.go | 148 p.JsonName = proto.String(strs.JSONCamelCase(string(field.Name()))) 150 p.JsonName = proto.String(field.JSONName())
|
D | desc_init.go | 137 if fd.JsonName != nil { 177 if xd.JsonName != nil {
|
D | desc_validate.go | 241 if xd.JsonName != nil {
|
/external/golang-protobuf/types/known/typepb/ |
D | type.pb.go | 387 …JsonName string `protobuf:"bytes,10,opt,name=json_name,json=jsonName,proto3" json:"json_name,omite… member 482 return x.JsonName
|
/external/golang-protobuf/internal/filedesc/ |
D | desc_test.go | 55 JsonName: proto.String("Field2"), 71 JsonName: proto.String("Field4"),
|
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/ |
D | JsonFormatter.cs | 242 WriteString(writer, accessor.Descriptor.JsonName); in WriteMessageFields()
|
/external/protobuf/csharp/src/Google.Protobuf/ |
D | JsonFormatter.cs | 242 WriteString(writer, accessor.Descriptor.JsonName); in WriteMessageFields()
|
/external/golang-protobuf/types/descriptorpb/ |
D | descriptor.pb.go | 1092 …JsonName *string `protobuf:"bytes,10,opt,name=json_name,json=jsonName" json:"json_name,omite… member 1207 if x != nil && x.JsonName != nil { 1208 return *x.JsonName
|