Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs7121 public bool HasAggregateValue { property in Google.Protobuf.Reflection.UninterpretedOption
7162 if (HasAggregateValue) hash ^= AggregateValue.GetHashCode(); in GetHashCode()
7197 if (HasAggregateValue) { in WriteTo()
7225 if (HasAggregateValue) { in CalculateSize()
7255 if (other.HasAggregateValue) { in MergeFrom()