Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DTestMessagesProto3.cs1196 private int? optionalInt32Wrapper_; field in ProtobufTestMessages.Proto3.TestAllTypesProto3
1199 get { return optionalInt32Wrapper_; }
1201 optionalInt32Wrapper_ = value;
1965 if (optionalInt32Wrapper_ != null) hash ^= OptionalInt32Wrapper.GetHashCode(); in GetHashCode()
2198 if (optionalInt32Wrapper_ != null) { in WriteTo()
2481 if (optionalInt32Wrapper_ != null) { in CalculateSize()
2727 if (other.optionalInt32Wrapper_ != null) { in MergeFrom()
2728 if (optionalInt32Wrapper_ == null || other.OptionalInt32Wrapper != 0) { in MergeFrom()
3244 if (optionalInt32Wrapper_ == null || value != 0) { in MergeFrom()