Searched refs:OptionalFixed32 (Results 1 – 2 of 2) sorted by relevance
938 public uint OptionalFixed32 { property in Conformance.TestAllTypes1957 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()
368 …OptionalFixed32 uint32 `protobuf:"fixed32,7,opt,name=optional_fixed32,… member550 return m.OptionalFixed32