Home
last modified time | relevance | path

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

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