Searched refs:JsonName (Results 1 – 5 of 5) 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()
110 map[field.JsonName] = field; in CreateJsonFieldMap()
1495 public string JsonName { property in Google.Protobuf.Reflection.FieldDescriptorProto1534 if (JsonName != other.JsonName) return false; in Equals()1550 if (JsonName.Length != 0) hash ^= JsonName.GetHashCode(); in GetHashCode()1598 if (JsonName.Length != 0) { in WriteTo()1600 output.WriteString(JsonName); in WriteTo()1631 if (JsonName.Length != 0) { in CalculateSize()1632 size += 1 + pb::CodedOutputStream.ComputeStringSize(JsonName); in CalculateSize()1669 if (other.JsonName.Length != 0) { in MergeFrom()1670 JsonName = other.JsonName; in MergeFrom()1728 JsonName = input.ReadString(); in MergeFrom()
515 public string JsonName { property in Google.Protobuf.WellKnownTypes.Field557 if (JsonName != other.JsonName) return false; in Equals()573 if (JsonName.Length != 0) hash ^= JsonName.GetHashCode(); in GetHashCode()614 if (JsonName.Length != 0) { in WriteTo()616 output.WriteString(JsonName); in WriteTo()649 if (JsonName.Length != 0) { in CalculateSize()650 size += 1 + pb::CodedOutputStream.ComputeStringSize(JsonName); in CalculateSize()685 if (other.JsonName.Length != 0) { in MergeFrom()686 JsonName = other.JsonName; in MergeFrom()734 JsonName = input.ReadString(); in MergeFrom()
242 WriteString(writer, accessor.Descriptor.JsonName); in WriteMessageFields()