Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkDocument.h42 struct OptionalTimestamp { struct
45 OptionalTimestamp() : fEnabled(false) {} in OptionalTimestamp() function
84 OptionalTimestamp fCreation;
88 OptionalTimestamp fModified;
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs828 OptionalTimestamp = other.optionalTimestamp_ != null ? other.OptionalTimestamp.Clone() : null; in TestAllTypes()
1697 public global::Google.Protobuf.WellKnownTypes.Timestamp OptionalTimestamp { property in Conformance.TestAllTypes
2036 if (!object.Equals(OptionalTimestamp, other.OptionalTimestamp)) return false; in Equals()
2150 if (optionalTimestamp_ != null) hash ^= OptionalTimestamp.GetHashCode(); in GetHashCode()
2368 output.WriteMessage(OptionalTimestamp); in WriteTo()
2602 size += 2 + pb::CodedOutputStream.ComputeMessageSize(OptionalTimestamp); in CalculateSize()
2844 OptionalTimestamp.MergeFrom(other.OptionalTimestamp); in MergeFrom()