Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs4308 identifierValue_ = other.identifierValue_; in UninterpretedOption()
4331 private string identifierValue_ = ""; field in Google.Protobuf.Reflection.UninterpretedOption
4337 get { return identifierValue_; }
4339 identifierValue_ = pb::ProtoPreconditions.CheckNotNull(value, "value");