Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestWellKnownTypes.cs363 private int? int32Field_; field in Google.Protobuf.TestProtos.TestWellKnownTypes
365 get { return int32Field_; }
367 int32Field_ = value;
476 if (int32Field_ != null) hash ^= Int32Field.GetHashCode(); in GetHashCode()
538 if (int32Field_ != null) { in WriteTo()
600 if (int32Field_ != null) { in CalculateSize()
699 if (other.int32Field_ != null) { in MergeFrom()
700 if (int32Field_ == null || other.Int32Field != 0) { in MergeFrom()
832 if (int32Field_ == null || value != 0) { in MergeFrom()
914 int32Field_ = other.int32Field_.Clone(); in RepeatedWellKnownTypes()
[all …]