Home
last modified time | relevance | path

Searched refs:AggregateValue (Results 1 – 1 of 1) 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()