Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DTestMessagesProto3.cs1535 private int? optionalInt32Wrapper_; field in ProtobufTestMessages.Proto3.TestAllTypesProto3
1538 get { return optionalInt32Wrapper_; }
1540 optionalInt32Wrapper_ = value;
2360 if (optionalInt32Wrapper_ != null) hash ^= OptionalInt32Wrapper.GetHashCode(); in GetHashCode()
2624 if (optionalInt32Wrapper_ != null) { in WriteTo()
2968 if (optionalInt32Wrapper_ != null) { in IBufferMessage.InternalWriteTo()
3280 if (optionalInt32Wrapper_ != null) { in CalculateSize()
3554 if (other.optionalInt32Wrapper_ != null) { in MergeFrom()
3555 if (optionalInt32Wrapper_ == null || other.OptionalInt32Wrapper != 0) { in MergeFrom()
4214 if (optionalInt32Wrapper_ in MergeFrom()
[all...]

Completed in 13 milliseconds