Searched refs:AnotherMessage (Results 1 – 6 of 6) sorted by relevance
949 class AnotherMessage(messages.Message): class955 AnotherMessage.field_by_name('a_field'),965 class AnotherMessage(messages.Message): class973 AnotherMessage())1131 class AnotherMessage(messages.Message): class1137 AnotherMessage.field_by_name('a_field'),1523 class AnotherMessage(messages.Message): class1529 field3 = messages.MessageField(AnotherMessage, 3)1534 self.assertNotEquals(AnotherMessage(), message1)1559 message1.field3 = AnotherMessage()[all …]
16 message AnotherMessage { message
29 repeated AnotherMessage repeated_message = 26;
29 optional AnotherMessage some_message = 26;
48 import com.google.protobuf.nano.testext.nano.Extensions.AnotherMessage;2853 AnotherMessage another1 = new AnotherMessage(); in testExtensions()2856 AnotherMessage another2 = new AnotherMessage(); in testExtensions()2859 AnotherMessage[] messages = {another1, another2}; in testExtensions()2940 AnotherMessage deserializedMessage = message.getExtension(SingularExtensions.someMessage); in testExtensions()2967 AnotherMessage[] deserializedRepeatedMessage = in testExtensions()3063 AnotherMessage another = new AnotherMessage(); in testNullExtensions()3076 new Extensions.AnotherMessage()); in testExtensionsMutation()3103 AnotherMessage another1 = new AnotherMessage(); in testExtensionsMutation_Equals()3106 AnotherMessage another2 = new AnotherMessage(); in testExtensionsMutation_Equals()[all …]
52 message AnotherMessage {} message