Home
last modified time | relevance | path

Searched refs:stringValue_ (Results 1 - 1 of 1) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs8508 stringValue_ = other.stringValue_; in UninterpretedOption()
8631 private pb::ByteString stringValue_; field in Google.Protobuf.Reflection.UninterpretedOption
8634 get { return stringValue_ ?? StringValueDefaultValue; }
8636 stringValue_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
8642 get { return stringValue_ != null; }
8647 stringValue_ = null; in ClearStringValue()

Completed in 15 milliseconds