Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs2412 public bool HasJsonName { property in Google.Protobuf.Reflection.FieldDescriptorProto
2517 if (HasJsonName) hash ^= JsonName.GetHashCode(); in GetHashCode()
2572 if (HasJsonName) { in WriteTo()
2625 if (HasJsonName) { in IBufferMessage.InternalWriteTo()
2666 if (HasJsonName) { in CalculateSize()
2710 if (other.HasJsonName) { in MergeFrom()