Searched refs:SingleUint32 (Results 1 – 6 of 6) sorted by relevance
71 SingleUint32 = UInt32.MaxValue, in CreateFullTestAllTypes()
83 Assert.AreEqual(0U, message.SingleUint32); in DefaultValues()162 SingleUint32 = uint.MaxValue, in RoundTrip_SingleValues()458 SingleUint32 = uint.MaxValue, in CloneSingleNonMessageValues()
281 Assert.AreEqual(expectedParsedValue, parsed.SingleUint32); in StringToUInt32_Valid()464 Assert.AreEqual(expectedParsedValue, parsed.SingleUint32); in NumberToUInt32_Valid()
94 SingleUint32 = uint.MaxValue, in AllSingleFields()
68 …Assert.AreEqual(message.SingleUint32, fields[TestAllTypes.SingleUint32FieldNumber].Accessor.GetVal… in GetValue()
356 public uint SingleUint32 { property in Google.Protobuf.TestProtos.TestAllTypes881 if (SingleUint32 != other.SingleUint32) return false; in Equals()936 if (SingleUint32 != 0) hash ^= SingleUint32.GetHashCode(); in GetHashCode()1001 if (SingleUint32 != 0) { in WriteTo()1003 output.WriteUInt32(SingleUint32); in WriteTo()1130 if (SingleUint32 != 0) { in CalculateSize()1131 size += 1 + pb::CodedOutputStream.ComputeUInt32Size(SingleUint32); in CalculateSize()1238 if (other.SingleUint32 != 0) { in MergeFrom()1239 SingleUint32 = other.SingleUint32; in MergeFrom()1366 SingleUint32 = input.ReadUInt32(); in MergeFrom()