Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs808 optionalStringPiece_ = other.optionalStringPiece_; in TestAllTypes()
1129 private string optionalStringPiece_ = ""; field in Conformance.TestAllTypes
1132 get { return optionalStringPiece_; }
1134 optionalStringPiece_ = pb::ProtoPreconditions.CheckNotNull(value, "value");