Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs1863 public bool HasLabel { property in Google.Protobuf.Reflection.FieldDescriptorProto
2096 if (HasLabel) hash ^= Label.GetHashCode(); in GetHashCode()
2129 if (HasLabel) { in WriteTo()
2171 if (HasLabel) { in CalculateSize()
2212 if (other.HasLabel) { in MergeFrom()