Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs8585 public long NegativeIntValue { property in Google.Protobuf.Reflection.UninterpretedOption
8689 if (NegativeIntValue != other.NegativeIntValue) return false; in Equals()
8702 if (HasNegativeIntValue) hash ^= NegativeIntValue.GetHashCode(); in GetHashCode()
8733 output.WriteInt64(NegativeIntValue); in WriteTo()
8767 output.WriteInt64(NegativeIntValue); in IBufferMessage.InternalWriteTo()
8798 size += 1 + pb::CodedOutputStream.ComputeInt64Size(NegativeIntValue); in CalculateSize()
8828 NegativeIntValue = other.NegativeIntValue; in MergeFrom()
8866 NegativeIntValue = input.ReadInt64(); in MergeFrom()
8908 NegativeIntValue = input.ReadInt64(); in IBufferMessage.InternalMergeFrom()