Searched refs:NegativeIntValue (Results 1 – 3 of 3) sorted by relevance
4356 public long NegativeIntValue { property in Google.Protobuf.Reflection.UninterpretedOption4407 if (NegativeIntValue != other.NegativeIntValue) return false; in Equals()4419 if (NegativeIntValue != 0L) hash ^= NegativeIntValue.GetHashCode(); in GetHashCode()4440 if (NegativeIntValue != 0L) { in WriteTo()4442 output.WriteInt64(NegativeIntValue); in WriteTo()4467 if (NegativeIntValue != 0L) { in CalculateSize()4468 size += 1 + pb::CodedOutputStream.ComputeInt64Size(NegativeIntValue); in CalculateSize()4493 if (other.NegativeIntValue != 0L) { in MergeFrom()4494 NegativeIntValue = other.NegativeIntValue; in MergeFrom()4527 NegativeIntValue = input.ReadInt64(); in MergeFrom()
2205 …NegativeIntValue *int64 `protobuf:"varint,5,opt,name=negative_int_value,json=negativeIntValu… member2261 if m != nil && m.NegativeIntValue != nil {2262 return *m.NegativeIntValue
2136 …NegativeIntValue *int64 `protobuf:"varint,5,opt,name=negative_int_value,json=negativeIntValu… member2191 if m != nil && m.NegativeIntValue != nil {2192 return *m.NegativeIntValue