Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs7826 public bool HasLeadingComments { property in Google.Protobuf.Reflection.SourceCodeInfo.Types.Location
7894 if (HasLeadingComments) hash ^= LeadingComments.GetHashCode(); in GetHashCode()
7912 if (HasLeadingComments) { in WriteTo()
7931 if (HasLeadingComments) { in CalculateSize()
7951 if (other.HasLeadingComments) { in MergeFrom()