Home
last modified time | relevance | path

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

/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go2205NegativeIntValue *int64 `protobuf:"varint,5,opt,name=negative_int_value,json=negativeIntValu… member
2261 if m != nil && m.NegativeIntValue != nil {
2262 return *m.NegativeIntValue
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs7042 public long NegativeIntValue { property in Google.Protobuf.Reflection.UninterpretedOption
7146 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()