Home
last modified time | relevance | path

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

/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldDescriptor.cs70 public string JsonName { get; } property in Google.Protobuf.Reflection.FieldDescriptor
140JsonName = Proto.JsonName == "" ? JsonFormatter.ToJsonName(Proto.Name) : Proto.JsonName; in FieldDescriptor()
DMessageDescriptor.cs127 map[field.JsonName] = field; in CreateJsonFieldMap()
DDescriptor.cs2577 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/
DFieldDescriptor.cs70 public string JsonName { get; } property in Google.Protobuf.Reflection.FieldDescriptor
140JsonName = Proto.JsonName == "" ? JsonFormatter.ToJsonName(Proto.Name) : Proto.JsonName; in FieldDescriptor()
DMessageDescriptor.cs127 map[field.JsonName] = field; in CreateJsonFieldMap()
DDescriptor.cs2577 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/
DType.cs650 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/
DType.cs650 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/
Dproto.go148 p.JsonName = proto.String(strs.JSONCamelCase(string(field.Name())))
150 p.JsonName = proto.String(field.JSONName())
Ddesc_init.go137 if fd.JsonName != nil {
177 if xd.JsonName != nil {
Ddesc_validate.go241 if xd.JsonName != nil {
/external/golang-protobuf/types/known/typepb/
Dtype.pb.go387JsonName 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/
Ddesc_test.go55 JsonName: proto.String("Field2"),
71 JsonName: proto.String("Field4"),
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
DJsonFormatter.cs242 WriteString(writer, accessor.Descriptor.JsonName); in WriteMessageFields()
/external/protobuf/csharp/src/Google.Protobuf/
DJsonFormatter.cs242 WriteString(writer, accessor.Descriptor.JsonName); in WriteMessageFields()
/external/golang-protobuf/types/descriptorpb/
Ddescriptor.pb.go1092JsonName *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