Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/
DSampleMessages.cs71 SingleUint32 = UInt32.MaxValue, in CreateFullTestAllTypes()
DGeneratedMessageTest.cs83 Assert.AreEqual(0U, message.SingleUint32); in DefaultValues()
162 SingleUint32 = uint.MaxValue, in RoundTrip_SingleValues()
458 SingleUint32 = uint.MaxValue, in CloneSingleNonMessageValues()
DJsonParserTest.cs281 Assert.AreEqual(expectedParsedValue, parsed.SingleUint32); in StringToUInt32_Valid()
464 Assert.AreEqual(expectedParsedValue, parsed.SingleUint32); in NumberToUInt32_Valid()
DJsonFormatterTest.cs94 SingleUint32 = uint.MaxValue, in AllSingleFields()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/Reflection/
DFieldAccessTest.cs68 …Assert.AreEqual(message.SingleUint32, fields[TestAllTypes.SingleUint32FieldNumber].Accessor.GetVal… in GetValue()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs356 public uint SingleUint32 { property in Google.Protobuf.TestProtos.TestAllTypes
881 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()