Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs7051 public bool HasNegativeIntValue { property in Google.Protobuf.Reflection.UninterpretedOption
7159 if (HasNegativeIntValue) hash ^= NegativeIntValue.GetHashCode(); in GetHashCode()
7185 if (HasNegativeIntValue) { in WriteTo()
7216 if (HasNegativeIntValue) { in CalculateSize()
7246 if (other.HasNegativeIntValue) { in MergeFrom()