Searched refs:OptionalFixed64 (Results 1 – 1 of 1) sorted by relevance
948 public ulong OptionalFixed64 { property in Conformance.TestAllTypes1958 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()