Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs1640 private long? optionalInt64Wrapper_; field in Conformance.TestAllTypes
1643 get { return optionalInt64Wrapper_; }
1645 optionalInt64Wrapper_ = value;
2289 if (optionalInt64Wrapper_ != null) hash ^= OptionalInt64Wrapper.GetHashCode(); in GetHashCode()
2490 if (optionalInt64Wrapper_ != null) { in WriteTo()
2727 if (optionalInt64Wrapper_ != null) { in CalculateSize()
2950 if (other.optionalInt64Wrapper_ != null) { in MergeFrom()
2951 if (optionalInt64Wrapper_ == null || other.OptionalInt64Wrapper != 0L) { in MergeFrom()
3406 if (optionalInt64Wrapper_ == null || value != 0L) { in MergeFrom()