Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/
DSampleMessages.cs55 SingleFixed64 = 1234567890123, in CreateFullTestAllTypes()
DGeneratedMessageTest.cs67 Assert.AreEqual(0L, message.SingleFixed64); in DefaultValues()
146 SingleFixed64 = 1234567890123, in RoundTrip_SingleValues()
448 SingleFixed64 = 1234567890123, in CloneSingleNonMessageValues()
DJsonFormatterTest.cs78 SingleFixed64 = 1234567890123, in AllSingleFields()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/Reflection/
DFieldAccessTest.cs52 …Assert.AreEqual(message.SingleFixed64, fields[TestAllTypes.SingleFixed64FieldNumber].Accessor.GetV… in GetValue()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs411 public ulong SingleFixed64 { property in Google.Protobuf.TestProtos.TestAllTypes
886 if (SingleFixed64 != other.SingleFixed64) return false; in Equals()
941 if (SingleFixed64 != 0UL) hash ^= SingleFixed64.GetHashCode(); in GetHashCode()
1021 if (SingleFixed64 != 0UL) { in WriteTo()
1023 output.WriteFixed64(SingleFixed64); in WriteTo()
1145 if (SingleFixed64 != 0UL) { in CalculateSize()
1253 if (other.SingleFixed64 != 0UL) { in MergeFrom()
1254 SingleFixed64 = other.SingleFixed64; in MergeFrom()
1386 SingleFixed64 = input.ReadFixed64(); in MergeFrom()