Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestWellKnownTypes.cs211 TimestampField = other.timestampField_ != null ? other.TimestampField.Clone() : null; in TestWellKnownTypes()
309 private global::Google.Protobuf.WellKnownTypes.Timestamp timestampField_; field in Google.Protobuf.TestProtos.TestWellKnownTypes
312 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 …]