Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs792 optionalUint64_ = other.optionalUint64_; in TestAllTypes()
953 private ulong optionalUint64_; field in Conformance.TestAllTypes
956 get { return optionalUint64_; }
958 optionalUint64_ = value;