Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs750 optionalUint64_ = other.optionalUint64_; in TestAllTypes()
907 private ulong optionalUint64_; field in Conformance.TestAllTypes
909 get { return optionalUint64_; }
911 optionalUint64_ = value;