Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs870 OptionalTimestamp = other.optionalTimestamp_ != null ? other.OptionalTimestamp.Clone() : null; in TestAllTypes()
1826 public global::Google.Protobuf.WellKnownTypes.Timestamp OptionalTimestamp { property in Conformance.TestAllTypes
2191 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()