Searched refs:NegativeIntValue (Results 1 – 2 of 2) sorted by relevance
2205 …NegativeIntValue *int64 `protobuf:"varint,5,opt,name=negative_int_value,json=negativeIntValu… member2261 if m != nil && m.NegativeIntValue != nil {2262 return *m.NegativeIntValue
7042 public long NegativeIntValue { property in Google.Protobuf.Reflection.UninterpretedOption7146 if (NegativeIntValue != other.NegativeIntValue) return false; in Equals()7159 if (HasNegativeIntValue) hash ^= NegativeIntValue.GetHashCode(); in GetHashCode()7187 output.WriteInt64(NegativeIntValue); in WriteTo()7217 size += 1 + pb::CodedOutputStream.ComputeInt64Size(NegativeIntValue); in CalculateSize()7247 NegativeIntValue = other.NegativeIntValue; in MergeFrom()7282 NegativeIntValue = input.ReadInt64(); in MergeFrom()