Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestWellKnownTypes.cs380 private int? int32Field_; field in Google.Protobuf.TestProtos.TestWellKnownTypes
383 get { return int32Field_; }
385 int32Field_ = value;
502 if (int32Field_ != null) hash ^= Int32Field.GetHashCode(); in GetHashCode()
566 if (int32Field_ != null) { in WriteTo()
629 if (int32Field_ != null) { in CalculateSize()
729 if (other.int32Field_ != null) { in MergeFrom()
730 if (int32Field_ == null || other.Int32Field != 0) { in MergeFrom()
863 if (int32Field_ == null || value != 0) { in MergeFrom()
949 int32Field_ = other.int32Field_.Clone(); in RepeatedWellKnownTypes()
[all …]