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.cs4313 aggregateValue_ = other.aggregateValue_; in UninterpretedOption()
4385 private string aggregateValue_ = ""; field in Google.Protobuf.Reflection.UninterpretedOption
4387 get { return aggregateValue_; }
4389 aggregateValue_ = pb::ProtoPreconditions.CheckNotNull(value, "value");