Searched refs:SingleInt64 (Results 1 – 11 of 11) sorted by relevance
/external/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/ |
D | FieldMaskTest.cs | 236 SingleInt64 = 5678 in Merge() 241 Assert.AreEqual(5678, destination.Payload.SingleInt64); in Merge()
|
/external/protobuf/csharp/src/Google.Protobuf.Test/ |
D | SampleMessages.cs | 62 SingleInt64 = 3210987654321, in CreateFullTestAllTypes()
|
D | JsonFormatterTest.cs | 114 SingleInt64 = 3210987654321, in AllSingleFields() 594 var value = new TestAllTypes { SingleInt32 = 100, SingleInt64 = 3210987654321L }; in WriteValue_Message()
|
D | GeneratedMessageTest.cs | 74 Assert.AreEqual(0L, message.SingleInt64); in DefaultValues() 153 SingleInt64 = 3210987654321, in RoundTrip_SingleValues() 451 SingleInt64 = 3210987654321, in CloneSingleNonMessageValues()
|
D | JsonParserTest.cs | 304 Assert.AreEqual(expectedParsedValue, parsed.SingleInt64); in StringToInt64_Valid() 489 Assert.AreEqual(expectedParsedValue, parsed.SingleInt64); in NumberToInt64_Valid()
|
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ |
D | SampleMessages.cs | 62 SingleInt64 = 3210987654321, in CreateFullTestAllTypes()
|
D | GeneratedMessageTest.cs | 74 Assert.AreEqual(0L, message.SingleInt64); in DefaultValues() 153 SingleInt64 = 3210987654321, in RoundTrip_SingleValues() 451 SingleInt64 = 3210987654321, in CloneSingleNonMessageValues()
|
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Reflection/ |
D | FieldAccessTest.cs | 59 …Assert.AreEqual(message.SingleInt64, fields[TestAllTypes.SingleInt64FieldNumber].Accessor.GetValue… in GetValue()
|
/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/ |
D | FieldAccessTest.cs | 59 …Assert.AreEqual(message.SingleInt64, fields[TestAllTypes.SingleInt64FieldNumber].Accessor.GetValue… in GetValue()
|
/external/tensorflow/tensorflow/core/util/ |
D | example_proto_fast_parsing_test.cc | 208 TEST(FastParse, SingleInt64) { in TEST() argument
|
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | UnittestProto3.cs | 367 public long SingleInt64 { property in Google.Protobuf.TestProtos.TestAllTypes 902 if (SingleInt64 != other.SingleInt64) return false; in Equals() 957 if (SingleInt64 != 0L) hash ^= SingleInt64.GetHashCode(); in GetHashCode() 1022 if (SingleInt64 != 0L) { in WriteTo() 1024 output.WriteInt64(SingleInt64); in WriteTo() 1155 if (SingleInt64 != 0L) { in CalculateSize() 1156 size += 1 + pb::CodedOutputStream.ComputeInt64Size(SingleInt64); in CalculateSize() 1266 if (other.SingleInt64 != 0L) { in MergeFrom() 1267 SingleInt64 = other.SingleInt64; in MergeFrom() 1397 SingleInt64 = input.ReadInt64(); in MergeFrom()
|