Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A DSampleMessages.cs68 SingleSint32 = -456, in CreateFullTestAllTypes()
H A DGeneratedMessageTest.cs80 Assert.AreEqual(0, message.SingleSint32); in DefaultValues()
159 SingleSint32 = -456, in RoundTrip_SingleValues()
455 SingleSint32 = -456, in CloneSingleNonMessageValues()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DGeneratedMessageTest.cs81 Assert.AreEqual(0, message.SingleSint32); in DefaultValues()
162 SingleSint32 = -456, in RoundTrip_SingleValues()
501 SingleSint32 = -456, in CloneSingleNonMessageValues()
H A DSampleMessages.cs71 SingleSint32 = -456, in CreateFullTestAllTypes()
H A DJsonFormatterTest.cs121 SingleSint32 = -456, in AllSingleFields()
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Reflection/
H A DFieldAccessTest.cs63 Assert.AreEqual(message.SingleSint32, fields[TestAllTypes.SingleSint32FieldNumber].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()
404 public int SingleSint32 { property in Google.Protobuf.TestProtos.TestAllTypes
909 if (SingleSint32 != other.SingleSint32) return false; in Equals()
964 if (SingleSint32 != 0) hash ^= SingleSint32.GetHashCode(); in GetHashCode()
1041 if (SingleSint32 != 0) { in WriteTo()
1043 output.WriteSInt32(SingleSint32); in WriteTo()
1176 if (SingleSint32 != 0) { in IBufferMessage.InternalWriteTo()
1178 output.WriteSInt32(SingleSint32); in IBufferMessage.InternalWriteTo()
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
H A DFieldAccessTest.cs67 Assert.AreEqual(message.SingleSint32, fields[TestProtos.TestAllTypes.SingleSint32FieldNumber].Accessor.GetValue(message)); in GetValue()

Completed in 12 milliseconds