Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs938 public uint OptionalFixed32 { property in Conformance.TestAllTypes
1957 if (OptionalFixed32 != other.OptionalFixed32) return false; in Equals()
2071 if (OptionalFixed32 != 0) hash ^= OptionalFixed32.GetHashCode(); in GetHashCode()
2206 if (OptionalFixed32 != 0) { in WriteTo()
2208 output.WriteFixed32(OptionalFixed32); in WriteTo()
2462 if (OptionalFixed32 != 0) { in CalculateSize()
2683 if (other.OptionalFixed32 != 0) { in MergeFrom()
2684 OptionalFixed32 = other.OptionalFixed32; in MergeFrom()
2961 OptionalFixed32 = input.ReadFixed32(); in MergeFrom()