Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DTestMessagesProto3.cs1209 private long? optionalInt64Wrapper_; field in ProtobufTestMessages.Proto3.TestAllTypesProto3
1212 get { return optionalInt64Wrapper_; }
1214 optionalInt64Wrapper_ = value;
1966 if (optionalInt64Wrapper_ != null) hash ^= OptionalInt64Wrapper.GetHashCode(); in GetHashCode()
2201 if (optionalInt64Wrapper_ != null) { in WriteTo()
2484 if (optionalInt64Wrapper_ != null) { in CalculateSize()
2732 if (other.optionalInt64Wrapper_ != null) { in MergeFrom()
2733 if (optionalInt64Wrapper_ == null || other.OptionalInt64Wrapper != 0L) { in MergeFrom()
3251 if (optionalInt64Wrapper_ == null || value != 0L) { in MergeFrom()