Searched refs:OptionalSfixed64 (Results 1 – 1 of 1) sorted by relevance
1021 public long OptionalSfixed64 { property in Conformance.TestAllTypes2115 if (OptionalSfixed64 != other.OptionalSfixed64) return false; in Equals()2230 if (OptionalSfixed64 != 0L) hash ^= OptionalSfixed64.GetHashCode(); in GetHashCode()2376 if (OptionalSfixed64 != 0L) { in WriteTo()2378 output.WriteSFixed64(OptionalSfixed64); in WriteTo()2630 if (OptionalSfixed64 != 0L) { in CalculateSize()2852 if (other.OptionalSfixed64 != 0L) { in MergeFrom()2853 OptionalSfixed64 = other.OptionalSfixed64; in MergeFrom()3134 OptionalSfixed64 = input.ReadSFixed64(); in MergeFrom()