Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs1529 private long? optionalInt64Wrapper_; field in Conformance.TestAllTypes
1531 get { return optionalInt64Wrapper_; }
1533 optionalInt64Wrapper_ = value;
2133 if (optionalInt64Wrapper_ != null) hash ^= OptionalInt64Wrapper.GetHashCode(); in GetHashCode()
2332 if (optionalInt64Wrapper_ != null) { in WriteTo()
2568 if (optionalInt64Wrapper_ != null) { in CalculateSize()
2790 if (other.optionalInt64Wrapper_ != null) { in MergeFrom()
2791 if (optionalInt64Wrapper_ == null || other.OptionalInt64Wrapper != 0L) { in MergeFrom()
3245 if (optionalInt64Wrapper_ == null || value != 0L) { in MergeFrom()