Searched refs:TimestampField (Results 1 – 2 of 2) sorted by relevance
208 TimestampField = other.timestampField_ != null ? other.TimestampField.Clone() : null; in TestWellKnownTypes()299 public global::Google.Protobuf.WellKnownTypes.Timestamp TimestampField { property in Google.Protobuf.TestProtos.TestWellKnownTypes446 if (!object.Equals(TimestampField, other.TimestampField)) return false; in Equals()470 if (timestampField_ != null) hash ^= TimestampField.GetHashCode(); in GetHashCode()520 output.WriteMessage(TimestampField); in WriteTo()583 size += 1 + pb::CodedOutputStream.ComputeMessageSize(TimestampField); in CalculateSize()671 TimestampField.MergeFrom(other.TimestampField); in MergeFrom()993 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Timestamp> TimestampField { property in Google.Protobuf.TestProtos.RepeatedWellKnownTypes1344 case OneofFieldOneofCase.TimestampField: in OneofWellKnownTypes()1345 TimestampField = other.TimestampField.Clone(); in OneofWellKnownTypes()[all …]
359 public void TimestampField() in TimestampField() method in Google.Protobuf.JsonFormatterTest361 var message = new TestWellKnownTypes { TimestampField = new Timestamp() }; in TimestampField()