Searched refs:PositiveIntValue (Results 1 – 3 of 3) sorted by relevance
4346 public ulong PositiveIntValue { property in Google.Protobuf.Reflection.UninterpretedOption4406 if (PositiveIntValue != other.PositiveIntValue) return false; in Equals()4418 if (PositiveIntValue != 0UL) hash ^= PositiveIntValue.GetHashCode(); in GetHashCode()4436 if (PositiveIntValue != 0UL) { in WriteTo()4438 output.WriteUInt64(PositiveIntValue); in WriteTo()4464 if (PositiveIntValue != 0UL) { in CalculateSize()4465 size += 1 + pb::CodedOutputStream.ComputeUInt64Size(PositiveIntValue); in CalculateSize()4490 if (other.PositiveIntValue != 0UL) { in MergeFrom()4491 PositiveIntValue = other.PositiveIntValue; in MergeFrom()4523 PositiveIntValue = input.ReadUInt64(); in MergeFrom()
2204 …PositiveIntValue *uint64 `protobuf:"varint,4,opt,name=positive_int_value,json=positiveIntValu… member2254 if m != nil && m.PositiveIntValue != nil {2255 return *m.PositiveIntValue
2135 …PositiveIntValue *uint64 `protobuf:"varint,4,opt,name=positive_int_value,json=positiveIntValu… member2184 if m != nil && m.PositiveIntValue != nil {2185 return *m.PositiveIntValue