Searched refs:AnotherMessage (Results 1 – 8 of 8) sorted by relevance
954 class AnotherMessage(messages.Message): class960 AnotherMessage.field_by_name('a_field'),970 class AnotherMessage(messages.Message): class978 AnotherMessage())1136 class AnotherMessage(messages.Message): class1142 AnotherMessage.field_by_name('a_field'),1528 class AnotherMessage(messages.Message): class1534 field3 = messages.MessageField(AnotherMessage, 3)1539 self.assertNotEquals(AnotherMessage(), message1)1564 message1.field3 = AnotherMessage()[all …]
16 message AnotherMessage { message
29 repeated AnotherMessage repeated_message = 26;
29 optional AnotherMessage some_message = 26;
47 import com.google.protobuf.nano.testext.nano.Extensions.AnotherMessage;2852 AnotherMessage another1 = new AnotherMessage(); in testExtensions()2855 AnotherMessage another2 = new AnotherMessage(); in testExtensions()2858 AnotherMessage[] messages = {another1, another2}; in testExtensions()2939 AnotherMessage deserializedMessage = message.getExtension(SingularExtensions.someMessage); in testExtensions()2966 AnotherMessage[] deserializedRepeatedMessage = in testExtensions()3062 AnotherMessage another = new AnotherMessage(); in testNullExtensions()3075 new Extensions.AnotherMessage()); in testExtensionsMutation()3102 AnotherMessage another1 = new AnotherMessage(); in testExtensionsMutation_Equals()3105 AnotherMessage another2 = new AnotherMessage(); in testExtensionsMutation_Equals()[all …]
165 self.assertEqual(test1[0].AnotherMessage.Result.Value('FAILED'), 0)221 protos.test1.AnotherMessage,
52 message AnotherMessage {} message
51 message AnotherMessage {} message