Home
last modified time | relevance | path

Searched refs:RepeatedImportMessage (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf.Test/
DSampleMessages.cs82RepeatedImportMessage = { new ImportMessage { D = 20 }, new ImportMessage { D = 25 } }, in CreateFullTestAllTypes()
DGeneratedMessageTest.cs96 Assert.AreEqual(0, message.RepeatedImportMessage.Count); in DefaultValues()
185RepeatedImportMessage = { new ImportMessage { D = 20 }, new ImportMessage { D = 25 } }, in RoundTrip_RepeatedValues()
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs710 …public pbc::RepeatedField<global::Google.Protobuf.TestProtos.ImportMessage> RepeatedImportMessage { property in Google.Protobuf.TestProtos.TestAllTypes