Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs760 optionalString_ = other.optionalString_; in TestAllTypes()
1007 private string optionalString_ = ""; field in Conformance.TestAllTypes
1009 get { return optionalString_; }
1011 optionalString_ = pb::ProtoPreconditions.CheckNotNull(value, "value");