Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs794 optionalSint64_ = other.optionalSint64_; in TestAllTypes()
975 private long optionalSint64_; field in Conformance.TestAllTypes
978 get { return optionalSint64_; }
980 optionalSint64_ = value;