Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs752 optionalSint64_ = other.optionalSint64_; in TestAllTypes()
927 private long optionalSint64_; field in Conformance.TestAllTypes
929 get { return optionalSint64_; }
931 optionalSint64_ = value;