Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A DSampleMessages.cs60 SingleImportMessage = new ImportMessage { D = 20 }, in CreateFullTestAllTypes()
H A DGeneratedMessageTest.cs72 Assert.IsNull(message.SingleImportMessage); in DefaultValues()
151 SingleImportMessage = new ImportMessage { D = 20 }, in RoundTrip_SingleValues()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DSampleMessages.cs63 SingleImportMessage = new ImportMessage { D = 20 }, in CreateFullTestAllTypes()
H A DGeneratedMessageTest.cs73 Assert.IsNull(message.SingleImportMessage); in DefaultValues()
154 SingleImportMessage = new ImportMessage { D = 20 }, in RoundTrip_SingleValues()
H A DJsonFormatterTest.cs113 SingleImportMessage = new ImportMessage { D = 20 }, in AllSingleFields()
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Reflection/
H A DFieldAccessTest.cs57 Assert.AreEqual(message.SingleImportMessage, fields[TestAllTypes.SingleImportMessageFieldNumber].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()
547 public global::Google.Protobuf.TestProtos.ImportMessage SingleImportMessage { property in Google.Protobuf.TestProtos.TestAllTypes
922 if (!object.Equals(SingleImportMessage, other.SingleImportMessage)) return false; in Equals()
977 if (singleImportMessage_ != null) hash ^= SingleImportMessage.GetHashCode(); in GetHashCode()
1095 output.WriteMessage(SingleImportMessage); in WriteTo()
1230 output.WriteMessage(SingleImportMessage); in IBufferMessage.InternalWriteTo()
1347 size += 2 + pb::CodedOutputStream.ComputeMessageSize(SingleImportMessage); in CalculateSize()
1465 SingleImportMessage = new global::Google.Protobuf.TestProtos.ImportMessage(); in MergeFrom()
1467 SingleImportMessage in MergeFrom()
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
H A DFieldAccessTest.cs61 Assert.AreEqual(message.SingleImportMessage, fields[TestProtos.TestAllTypes.SingleImportMessageFieldNumber].Accessor.GetValue(message)); in GetValue()

Completed in 13 milliseconds