Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestWellKnownTypes.cs341 private long? int64Field_; field in Google.Protobuf.TestProtos.TestWellKnownTypes
343 get { return int64Field_; }
345 int64Field_ = value;
474 if (int64Field_ != null) hash ^= Int64Field.GetHashCode(); in GetHashCode()
532 if (int64Field_ != null) { in WriteTo()
594 if (int64Field_ != null) { in CalculateSize()
689 if (other.int64Field_ != null) { in MergeFrom()
690 if (int64Field_ == null || other.Int64Field != 0L) { in MergeFrom()
818 if (int64Field_ == null || value != 0L) { in MergeFrom()
912 int64Field_ = other.int64Field_.Clone(); in RepeatedWellKnownTypes()
[all …]