Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs749 optionalUint32_ = other.optionalUint32_; in TestAllTypes()
897 private uint optionalUint32_; field in Conformance.TestAllTypes
899 get { return optionalUint32_; }
901 optionalUint32_ = value;