Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/
DSampleMessages.cs67 SingleSfixed64 = -12345678901234, in CreateFullTestAllTypes()
DGeneratedMessageTest.cs79 Assert.AreEqual(0L, message.SingleSfixed64); in DefaultValues()
158 SingleSfixed64 = -12345678901234, in RoundTrip_SingleValues()
454 SingleSfixed64 = -12345678901234, in CloneSingleNonMessageValues()
DJsonFormatterTest.cs90 SingleSfixed64 = -12345678901234, in AllSingleFields()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/Reflection/
DFieldAccessTest.cs67 …Assert.AreEqual(message.SingleSfixed64, fields[TestAllTypes.SingleSfixed64FieldNumber].Accessor.Ge… in GetValue()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs433 public long SingleSfixed64 { property in Google.Protobuf.TestProtos.TestAllTypes
888 if (SingleSfixed64 != other.SingleSfixed64) return false; in Equals()
943 if (SingleSfixed64 != 0L) hash ^= SingleSfixed64.GetHashCode(); in GetHashCode()
1029 if (SingleSfixed64 != 0L) { in WriteTo()
1031 output.WriteSFixed64(SingleSfixed64); in WriteTo()
1151 if (SingleSfixed64 != 0L) { in CalculateSize()
1259 if (other.SingleSfixed64 != 0L) { in MergeFrom()
1260 SingleSfixed64 = other.SingleSfixed64; in MergeFrom()
1394 SingleSfixed64 = input.ReadSFixed64(); in MergeFrom()