Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs802 optionalString_ = other.optionalString_; in TestAllTypes()
1063 private string optionalString_ = ""; field in Conformance.TestAllTypes
1066 get { return optionalString_; }
1068 optionalString_ = pb::ProtoPreconditions.CheckNotNull(value, "value");