Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs2035 public bool HasJsonName { property in Google.Protobuf.Reflection.FieldDescriptorProto
2102 if (HasJsonName) hash ^= JsonName.GetHashCode(); in GetHashCode()
2153 if (HasJsonName) { in WriteTo()
2189 if (HasJsonName) { in CalculateSize()
2230 if (other.HasJsonName) { in MergeFrom()