Searched refs:SingleUint64 (Results 1 – 6 of 6) sorted by relevance
72 SingleUint64 = UInt64.MaxValue, in CreateFullTestAllTypes()
84 Assert.AreEqual(0UL, message.SingleUint64); in DefaultValues()163 SingleUint64 = ulong.MaxValue in RoundTrip_SingleValues()459 SingleUint64 = ulong.MaxValue in CloneSingleNonMessageValues()
325 Assert.AreEqual(expectedParsedValue, parsed.SingleUint64); in StringToUInt64_Valid()515 Assert.AreEqual(expectedParsedValue, parsed.SingleUint64); in NumberToUInt64_Valid()
95 SingleUint64 = ulong.MaxValue, in AllSingleFields()
69 …Assert.AreEqual(message.SingleUint64, fields[TestAllTypes.SingleUint64FieldNumber].Accessor.GetVal… in GetValue()
367 public ulong SingleUint64 { property in Google.Protobuf.TestProtos.TestAllTypes882 if (SingleUint64 != other.SingleUint64) return false; in Equals()937 if (SingleUint64 != 0UL) hash ^= SingleUint64.GetHashCode(); in GetHashCode()1005 if (SingleUint64 != 0UL) { in WriteTo()1007 output.WriteUInt64(SingleUint64); in WriteTo()1133 if (SingleUint64 != 0UL) { in CalculateSize()1134 size += 1 + pb::CodedOutputStream.ComputeUInt64Size(SingleUint64); in CalculateSize()1241 if (other.SingleUint64 != 0UL) { in MergeFrom()1242 SingleUint64 = other.SingleUint64; in MergeFrom()1370 SingleUint64 = input.ReadUInt64(); in MergeFrom()