Searched refs:OptionalSfixed64 (Results 1 – 1 of 1) sorted by relevance
968 public long OptionalSfixed64 { property in Conformance.TestAllTypes1960 if (OptionalSfixed64 != other.OptionalSfixed64) return false; in Equals()2074 if (OptionalSfixed64 != 0L) hash ^= OptionalSfixed64.GetHashCode(); in GetHashCode()2218 if (OptionalSfixed64 != 0L) { in WriteTo()2220 output.WriteSFixed64(OptionalSfixed64); in WriteTo()2471 if (OptionalSfixed64 != 0L) { in CalculateSize()2692 if (other.OptionalSfixed64 != 0L) { in MergeFrom()2693 OptionalSfixed64 = other.OptionalSfixed64; in MergeFrom()2973 OptionalSfixed64 = input.ReadSFixed64(); in MergeFrom()