Searched refs:OptionalTimestamp (Results 1 – 1 of 1) sorted by relevance
870 OptionalTimestamp = other.optionalTimestamp_ != null ? other.OptionalTimestamp.Clone() : null; in TestAllTypes()1826 public global::Google.Protobuf.WellKnownTypes.Timestamp OptionalTimestamp { property in Conformance.TestAllTypes2191 if (!object.Equals(OptionalTimestamp, other.OptionalTimestamp)) return false; in Equals()2306 if (optionalTimestamp_ != null) hash ^= OptionalTimestamp.GetHashCode(); in GetHashCode()2526 output.WriteMessage(OptionalTimestamp); in WriteTo()2761 size += 2 + pb::CodedOutputStream.ComputeMessageSize(OptionalTimestamp); in CalculateSize()3004 OptionalTimestamp.MergeFrom(other.OptionalTimestamp); in MergeFrom()