Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs754 …public pbc::RepeatedField<global::Google.Protobuf.TestProtos.ImportMessage> RepeatedImportMessage { property in Google.Protobuf.TestProtos.TestAllTypes