Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DTestMessagesProto3.cs1548 private long? optionalInt64Wrapper_; field in ProtobufTestMessages.Proto3.TestAllTypesProto3
1551 get { return optionalInt64Wrapper_; }
1553 optionalInt64Wrapper_ = value;
2361 if (optionalInt64Wrapper_ != null) hash ^= OptionalInt64Wrapper.GetHashCode(); in GetHashCode()
2627 if (optionalInt64Wrapper_ != null) { in WriteTo()
2971 if (optionalInt64Wrapper_ != null) { in IBufferMessage.InternalWriteTo()
3283 if (optionalInt64Wrapper_ != null) { in CalculateSize()
3559 if (other.optionalInt64Wrapper_ != null) { in MergeFrom()
3560 if (optionalInt64Wrapper_ == null || other.OptionalInt64Wrapper != 0L) { in MergeFrom()
4221 if (optionalInt64Wrapper_ in MergeFrom()
[all...]

Completed in 7 milliseconds