Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs5363 public bool HasCtype { property in Google.Protobuf.Reflection.FieldOptions
5592 if (HasCtype) hash ^= Ctype.GetHashCode(); in GetHashCode()
5615 if (HasCtype) { in WriteTo()
5651 if (HasCtype) { in CalculateSize()
5684 if (other.HasCtype) { in MergeFrom()