Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs4789 aggregateValue_ = other.aggregateValue_; in UninterpretedOption()
4868 private string aggregateValue_ = ""; field in Google.Protobuf.Reflection.UninterpretedOption
4871 get { return aggregateValue_; }
4873 aggregateValue_ = pb::ProtoPreconditions.CheckNotNull(value, "value");