Home
last modified time | relevance | path

Searched refs:SingleSint64 (Results 1 - 8 of 8) sorted by relevance

/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A DSampleMessages.cs69 SingleSint64 = -12345678901235, in CreateFullTestAllTypes()
H A DGeneratedMessageTest.cs81 Assert.AreEqual(0L, message.SingleSint64); in DefaultValues()
160 SingleSint64 = -12345678901235, in RoundTrip_SingleValues()
456 SingleSint64 = -12345678901235, in CloneSingleNonMessageValues()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DGeneratedMessageTest.cs82 Assert.AreEqual(0L, message.SingleSint64); in DefaultValues()
163 SingleSint64 = -12345678901235, in RoundTrip_SingleValues()
502 SingleSint64 = -12345678901235, in CloneSingleNonMessageValues()
H A DSampleMessages.cs72 SingleSint64 = -12345678901235, in CreateFullTestAllTypes()
H A DJsonFormatterTest.cs122 SingleSint64 = -12345678901235, in AllSingleFields()
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Reflection/
H A DFieldAccessTest.cs64 Assert.AreEqual(message.SingleSint64, fields[TestAllTypes.SingleSint64FieldNumber].Accessor.GetValue(message)); in GetValue()
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestProto3.cs162 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.TestAllTypes), global::Google.Protobuf.TestProtos.TestAllTypes.Parser, new[]{ "SingleInt32", "SingleInt64", "SingleUint32", "SingleUint64", "SingleSint32", "SingleSint64", "SingleFixed32", "SingleFixed64", "SingleSfixed32", "SingleSfixed64", "SingleFloat", "SingleDouble", "SingleBool", "SingleString", "SingleBytes", "SingleNestedMessage", "SingleForeignMessage", "SingleImportMessage", "SingleNestedEnum", "SingleForeignEnum", "SingleImportEnum", "SinglePublicImportMessage", "RepeatedInt32", "RepeatedInt64", "RepeatedUint32", "RepeatedUint64", "RepeatedSint32", "RepeatedSint64", "RepeatedFixed32", "RepeatedFixed64", "RepeatedSfixed32", "RepeatedSfixed64", "RepeatedFloat", "RepeatedDouble", "RepeatedBool", "RepeatedString", "RepeatedBytes", "RepeatedNestedMessage", "RepeatedForeignMessage", "RepeatedImportMessage", "RepeatedNestedEnum", "RepeatedForeignEnum", "RepeatedImportEnum", "RepeatedPublicImportMessage", "OneofUint32", "OneofNestedMessage", "OneofString", "OneofBytes" }, new[]{ "OneofField" }, new[]{ typeof(global::Google.Protobuf.TestProtos.TestAllTypes.Types.NestedEnum) }, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.TestAllTypes.Types.NestedMessage), global::Google.Protobuf.TestProtos.TestAllTypes.Types.NestedMessage.Parser, new[]{ "Bb" }, null, null, null, null)}), in UnittestProto3Reflection()
415 public long SingleSint64 { property in Google.Protobuf.TestProtos.TestAllTypes
910 if (SingleSint64 != other.SingleSint64) return false; in Equals()
965 if (SingleSint64 != 0L) hash ^= SingleSint64.GetHashCode(); in GetHashCode()
1045 if (SingleSint64 != 0L) { in WriteTo()
1047 output.WriteSInt64(SingleSint64); in WriteTo()
1180 if (SingleSint64 != 0L) { in IBufferMessage.InternalWriteTo()
1182 output.WriteSInt64(SingleSint64); in IBufferMessage.InternalWriteTo()
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
H A DFieldAccessTest.cs68 Assert.AreEqual(message.SingleSint64, fields[TestProtos.TestAllTypes.SingleSint64FieldNumber].Accessor.GetValue(message)); in GetValue()

Completed in 14 milliseconds