Home
last modified time | relevance | path

Searched refs:SingleFixed32 (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/
DSampleMessages.cs54 SingleFixed32 = 23, in CreateFullTestAllTypes()
DGeneratedMessageTest.cs66 Assert.AreEqual(0, message.SingleFixed32); in DefaultValues()
145 SingleFixed32 = 23, in RoundTrip_SingleValues()
447 SingleFixed32 = 23, in CloneSingleNonMessageValues()
DJsonFormatterTest.cs77 SingleFixed32 = 23, in AllSingleFields()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/Reflection/
DFieldAccessTest.cs51 …Assert.AreEqual(message.SingleFixed32, fields[TestAllTypes.SingleFixed32FieldNumber].Accessor.GetV… in GetValue()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs400 public uint SingleFixed32 { property in Google.Protobuf.TestProtos.TestAllTypes
885 if (SingleFixed32 != other.SingleFixed32) return false; in Equals()
940 if (SingleFixed32 != 0) hash ^= SingleFixed32.GetHashCode(); in GetHashCode()
1017 if (SingleFixed32 != 0) { in WriteTo()
1019 output.WriteFixed32(SingleFixed32); in WriteTo()
1142 if (SingleFixed32 != 0) { in CalculateSize()
1250 if (other.SingleFixed32 != 0) { in MergeFrom()
1251 SingleFixed32 = other.SingleFixed32; in MergeFrom()
1382 SingleFixed32 = input.ReadFixed32(); in MergeFrom()