Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A DSampleMessages.cs54 SingleFixed32 = 23, in CreateFullTestAllTypes()
H A DGeneratedMessageTest.cs66 Assert.AreEqual(0, message.SingleFixed32); in DefaultValues()
145 SingleFixed32 = 23, in RoundTrip_SingleValues()
447 SingleFixed32 = 23, in CloneSingleNonMessageValues()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DGeneratedMessageTest.cs67 Assert.AreEqual(0, message.SingleFixed32); in DefaultValues()
148 SingleFixed32 = 23, in RoundTrip_SingleValues()
493 SingleFixed32 = 23, in CloneSingleNonMessageValues()
H A DSampleMessages.cs57 SingleFixed32 = 23, in CreateFullTestAllTypes()
H A DJsonFormatterTest.cs107 SingleFixed32 = 23, in AllSingleFields()
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Reflection/
H A DFieldAccessTest.cs51 Assert.AreEqual(message.SingleFixed32, fields[TestAllTypes.SingleFixed32FieldNumber].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()
426 public uint SingleFixed32 { property in Google.Protobuf.TestProtos.TestAllTypes
911 if (SingleFixed32 != other.SingleFixed32) return false; in Equals()
966 if (SingleFixed32 != 0) hash ^= SingleFixed32.GetHashCode(); in GetHashCode()
1049 if (SingleFixed32 != 0) { in WriteTo()
1051 output.WriteFixed32(SingleFixed32); in WriteTo()
1184 if (SingleFixed32 != 0) { in IBufferMessage.InternalWriteTo()
1186 output.WriteFixed32(SingleFixed32); in IBufferMessage.InternalWriteTo()
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
H A DFieldAccessTest.cs55 Assert.AreEqual(message.SingleFixed32, fields[TestProtos.TestAllTypes.SingleFixed32FieldNumber].Accessor.GetValue(message)); in GetValue()

Completed in 14 milliseconds