Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs968 public long OptionalSfixed64 { property in Conformance.TestAllTypes
1960 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()