Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs958 public int OptionalSfixed32 { property in Conformance.TestAllTypes
1959 if (OptionalSfixed32 != other.OptionalSfixed32) return false; in Equals()
2073 if (OptionalSfixed32 != 0) hash ^= OptionalSfixed32.GetHashCode(); in GetHashCode()
2214 if (OptionalSfixed32 != 0) { in WriteTo()
2216 output.WriteSFixed32(OptionalSfixed32); in WriteTo()
2468 if (OptionalSfixed32 != 0) { in CalculateSize()
2689 if (other.OptionalSfixed32 != 0) { in MergeFrom()
2690 OptionalSfixed32 = other.OptionalSfixed32; in MergeFrom()
2969 OptionalSfixed32 = input.ReadSFixed32(); in MergeFrom()