Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs948 public ulong OptionalFixed64 { property in Conformance.TestAllTypes
1958 if (OptionalFixed64 != other.OptionalFixed64) return false; in Equals()
2072 if (OptionalFixed64 != 0UL) hash ^= OptionalFixed64.GetHashCode(); in GetHashCode()
2210 if (OptionalFixed64 != 0UL) { in WriteTo()
2212 output.WriteFixed64(OptionalFixed64); in WriteTo()
2465 if (OptionalFixed64 != 0UL) { in CalculateSize()
2686 if (other.OptionalFixed64 != 0UL) { in MergeFrom()
2687 OptionalFixed64 = other.OptionalFixed64; in MergeFrom()
2965 OptionalFixed64 = input.ReadFixed64(); in MergeFrom()