Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs8561 public ulong PositiveIntValue { property in Google.Protobuf.Reflection.UninterpretedOption
8688 if (PositiveIntValue != other.PositiveIntValue) return false; in Equals()
8701 if (HasPositiveIntValue) hash ^= PositiveIntValue.GetHashCode(); in GetHashCode()
8729 output.WriteUInt64(PositiveIntValue); in WriteTo()
8763 output.WriteUInt64(PositiveIntValue); in IBufferMessage.InternalWriteTo()
8795 size += 1 + pb::CodedOutputStream.ComputeUInt64Size(PositiveIntValue); in CalculateSize()
8825 PositiveIntValue = other.PositiveIntValue; in MergeFrom()
8862 PositiveIntValue = input.ReadUInt64(); in MergeFrom()
8904 PositiveIntValue = input.ReadUInt64(); in IBufferMessage.InternalMergeFrom()