Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs4346 public ulong PositiveIntValue { property in Google.Protobuf.Reflection.UninterpretedOption
4406 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()
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go2204PositiveIntValue *uint64 `protobuf:"varint,4,opt,name=positive_int_value,json=positiveIntValu… member
2254 if m != nil && m.PositiveIntValue != nil {
2255 return *m.PositiveIntValue
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go2135PositiveIntValue *uint64 `protobuf:"varint,4,opt,name=positive_int_value,json=positiveIntValu… member
2184 if m != nil && m.PositiveIntValue != nil {
2185 return *m.PositiveIntValue