Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/
DSampleMessages.cs72 SingleUint64 = UInt64.MaxValue, in CreateFullTestAllTypes()
DGeneratedMessageTest.cs84 Assert.AreEqual(0UL, message.SingleUint64); in DefaultValues()
163 SingleUint64 = ulong.MaxValue in RoundTrip_SingleValues()
459 SingleUint64 = ulong.MaxValue in CloneSingleNonMessageValues()
DJsonParserTest.cs325 Assert.AreEqual(expectedParsedValue, parsed.SingleUint64); in StringToUInt64_Valid()
515 Assert.AreEqual(expectedParsedValue, parsed.SingleUint64); in NumberToUInt64_Valid()
DJsonFormatterTest.cs95 SingleUint64 = ulong.MaxValue, in AllSingleFields()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/Reflection/
DFieldAccessTest.cs69 …Assert.AreEqual(message.SingleUint64, fields[TestAllTypes.SingleUint64FieldNumber].Accessor.GetVal… in GetValue()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs367 public ulong SingleUint64 { property in Google.Protobuf.TestProtos.TestAllTypes
882 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()