Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs7027 public bool HasPositiveIntValue { property in Google.Protobuf.Reflection.UninterpretedOption
7158 if (HasPositiveIntValue) hash ^= PositiveIntValue.GetHashCode(); in GetHashCode()
7181 if (HasPositiveIntValue) { in WriteTo()
7213 if (HasPositiveIntValue) { in CalculateSize()
7243 if (other.HasPositiveIntValue) { in MergeFrom()