Searched refs:JsonName (Results 1 – 7 of 7) sorted by relevance
63 public string JsonName { get; } property in Google.Protobuf.Reflection.FieldDescriptor100 … JsonName = Proto.JsonName == "" ? JsonFormatter.ToCamelCase(Proto.Name) : Proto.JsonName; in FieldDescriptor()
106 map[field.JsonName] = field; in CreateJsonFieldMap()
1386 public string JsonName { property in Google.Protobuf.Reflection.FieldDescriptorProto1422 if (JsonName != other.JsonName) return false; in Equals()1437 if (JsonName.Length != 0) hash ^= JsonName.GetHashCode(); in GetHashCode()1483 if (JsonName.Length != 0) { in WriteTo()1485 output.WriteString(JsonName); in WriteTo()1515 if (JsonName.Length != 0) { in CalculateSize()1516 size += 1 + pb::CodedOutputStream.ComputeStringSize(JsonName); in CalculateSize()1552 if (other.JsonName.Length != 0) { in MergeFrom()1553 JsonName = other.JsonName; in MergeFrom()1610 JsonName = input.ReadString(); in MergeFrom()
483 public string JsonName { property in Google.Protobuf.WellKnownTypes.Field522 if (JsonName != other.JsonName) return false; in Equals()537 if (JsonName.Length != 0) hash ^= JsonName.GetHashCode(); in GetHashCode()576 if (JsonName.Length != 0) { in WriteTo()578 output.WriteString(JsonName); in WriteTo()610 if (JsonName.Length != 0) { in CalculateSize()611 size += 1 + pb::CodedOutputStream.ComputeStringSize(JsonName); in CalculateSize()645 if (other.JsonName.Length != 0) { in MergeFrom()646 JsonName = other.JsonName; in MergeFrom()693 JsonName = input.ReadString(); in MergeFrom()
825 …JsonName *string `protobuf:"bytes,10,opt,name=json_name,json=jsonName" json:"jso… member914 if m != nil && m.JsonName != nil {915 return *m.JsonName
793 …JsonName *string `protobuf:"bytes,10,opt,name=json_name,json=jsonName" json:"jso… member881 if m != nil && m.JsonName != nil {882 return *m.JsonName
242 WriteString(writer, accessor.Descriptor.JsonName); in WriteMessageFields()