Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/
DSampleMessages.cs66 SingleSfixed32 = -123, in CreateFullTestAllTypes()
DGeneratedMessageTest.cs78 Assert.AreEqual(0, message.SingleSfixed32); in DefaultValues()
157 SingleSfixed32 = -123, in RoundTrip_SingleValues()
453 SingleSfixed32 = -123, in CloneSingleNonMessageValues()
DJsonFormatterTest.cs89 SingleSfixed32 = -123, in AllSingleFields()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/Reflection/
DFieldAccessTest.cs66 …Assert.AreEqual(message.SingleSfixed32, fields[TestAllTypes.SingleSfixed32FieldNumber].Accessor.Ge… in GetValue()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs422 public int SingleSfixed32 { property in Google.Protobuf.TestProtos.TestAllTypes
887 if (SingleSfixed32 != other.SingleSfixed32) return false; in Equals()
942 if (SingleSfixed32 != 0) hash ^= SingleSfixed32.GetHashCode(); in GetHashCode()
1025 if (SingleSfixed32 != 0) { in WriteTo()
1027 output.WriteSFixed32(SingleSfixed32); in WriteTo()
1148 if (SingleSfixed32 != 0) { in CalculateSize()
1256 if (other.SingleSfixed32 != 0) { in MergeFrom()
1257 SingleSfixed32 = other.SingleSfixed32; in MergeFrom()
1390 SingleSfixed32 = input.ReadSFixed32(); in MergeFrom()