Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs1021 public long OptionalSfixed64 { property in Conformance.TestAllTypes
2115 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()