Searched refs:timestampField_ (Results 1 – 1 of 1) sorted by relevance
211 TimestampField = other.timestampField_ != null ? other.TimestampField.Clone() : null; in TestWellKnownTypes()309 private global::Google.Protobuf.WellKnownTypes.Timestamp timestampField_; field in Google.Protobuf.TestProtos.TestWellKnownTypes312 get { return timestampField_; }314 timestampField_ = value;496 if (timestampField_ != null) hash ^= TimestampField.GetHashCode(); in GetHashCode()546 if (timestampField_ != null) { in WriteTo()611 if (timestampField_ != null) { in CalculateSize()697 if (other.timestampField_ != null) { in MergeFrom()698 if (timestampField_ == null) { in MergeFrom()699 timestampField_ = new global::Google.Protobuf.WellKnownTypes.Timestamp(); in MergeFrom()[all …]