Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/
DSampleMessages.cs62 SingleInt64 = 3210987654321, in CreateFullTestAllTypes()
DJsonFormatterTest.cs85 SingleInt64 = 3210987654321, in AllSingleFields()
559 var value = new TestAllTypes { SingleInt32 = 100, SingleInt64 = 3210987654321L }; in WriteValue_Message()
DGeneratedMessageTest.cs74 Assert.AreEqual(0L, message.SingleInt64); in DefaultValues()
153 SingleInt64 = 3210987654321, in RoundTrip_SingleValues()
451 SingleInt64 = 3210987654321, in CloneSingleNonMessageValues()
DJsonParserTest.cs304 Assert.AreEqual(expectedParsedValue, parsed.SingleInt64); in StringToInt64_Valid()
489 Assert.AreEqual(expectedParsedValue, parsed.SingleInt64); in NumberToInt64_Valid()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/Reflection/
DFieldAccessTest.cs59 …Assert.AreEqual(message.SingleInt64, fields[TestAllTypes.SingleInt64FieldNumber].Accessor.GetValue… in GetValue()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs345 public long SingleInt64 { property in Google.Protobuf.TestProtos.TestAllTypes
880 if (SingleInt64 != other.SingleInt64) return false; in Equals()
935 if (SingleInt64 != 0L) hash ^= SingleInt64.GetHashCode(); in GetHashCode()
997 if (SingleInt64 != 0L) { in WriteTo()
999 output.WriteInt64(SingleInt64); in WriteTo()
1127 if (SingleInt64 != 0L) { in CalculateSize()
1128 size += 1 + pb::CodedOutputStream.ComputeInt64Size(SingleInt64); in CalculateSize()
1235 if (other.SingleInt64 != 0L) { in MergeFrom()
1236 SingleInt64 = other.SingleInt64; in MergeFrom()
1362 SingleInt64 = input.ReadInt64(); in MergeFrom()