Home
last modified time | relevance | path

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

/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/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs7113 public string AggregateValue { property in Google.Protobuf.Reflection.UninterpretedOption
7149 if (AggregateValue != other.AggregateValue) return false; in Equals()
7162 if (HasAggregateValue) hash ^= AggregateValue.GetHashCode(); in GetHashCode()
7199 output.WriteString(AggregateValue); in WriteTo()
7226 size += 1 + pb::CodedOutputStream.ComputeStringSize(AggregateValue); in CalculateSize()
7256 AggregateValue = other.AggregateValue; in MergeFrom()
7294 AggregateValue = input.ReadString(); in MergeFrom()