Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs4386 public string AggregateValue { property in Google.Protobuf.Reflection.UninterpretedOption
4410 if (AggregateValue != other.AggregateValue) return false; in Equals()
4422 if (AggregateValue.Length != 0) hash ^= AggregateValue.GetHashCode(); in GetHashCode()
4452 if (AggregateValue.Length != 0) { in WriteTo()
4454 output.WriteString(AggregateValue); in WriteTo()
4476 if (AggregateValue.Length != 0) { in CalculateSize()
4477 size += 1 + pb::CodedOutputStream.ComputeStringSize(AggregateValue); in CalculateSize()
4502 if (other.AggregateValue.Length != 0) { in MergeFrom()
4503 AggregateValue = other.AggregateValue; in MergeFrom()
4539 AggregateValue = input.ReadString(); in MergeFrom()
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go2208AggregateValue *string `protobuf:"bytes,8,opt,name=aggregate_value,json=aggregateValue" jso… member
2282 if m != nil && m.AggregateValue != nil {
2283 return *m.AggregateValue
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go2139AggregateValue *string `protobuf:"bytes,8,opt,name=aggregate_value,json=aggregateValue" jso… member
2212 if m != nil && m.AggregateValue != nil {
2213 return *m.AggregateValue