Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestWellKnownTypes.cs208 TimestampField = other.timestampField_ != null ? other.TimestampField.Clone() : null; in TestWellKnownTypes()
298 private global::Google.Protobuf.WellKnownTypes.Timestamp timestampField_; field in Google.Protobuf.TestProtos.TestWellKnownTypes
300 get { return timestampField_; }
302 timestampField_ = value;
470 if (timestampField_ != null) hash ^= TimestampField.GetHashCode(); in GetHashCode()
518 if (timestampField_ != null) { in WriteTo()
582 if (timestampField_ != null) { in CalculateSize()
667 if (other.timestampField_ != null) { in MergeFrom()
668 if (timestampField_ == null) { in MergeFrom()
669 timestampField_ = new global::Google.Protobuf.WellKnownTypes.Timestamp(); in MergeFrom()
[all …]