Searched refs:AnotherMessage (Results 1 – 6 of 6) sorted by relevance
905 class AnotherMessage(messages.Message): class911 AnotherMessage.field_by_name('a_field'),921 class AnotherMessage(messages.Message): class929 AnotherMessage())1085 class AnotherMessage(messages.Message): class1091 AnotherMessage.field_by_name('a_field'),1472 class AnotherMessage(messages.Message): class1478 field3 = messages.MessageField(AnotherMessage, 3)1483 self.assertNotEquals(AnotherMessage(), message1)1508 message1.field3 = AnotherMessage()[all …]
16 message AnotherMessage { message
29 repeated AnotherMessage repeated_message = 26;
29 optional AnotherMessage some_message = 26;
67 import com.google.protobuf.nano.testext.Extensions.AnotherMessage;2829 AnotherMessage another1 = new AnotherMessage(); in testExtensions()2832 AnotherMessage another2 = new AnotherMessage(); in testExtensions()2835 AnotherMessage[] messages = {another1, another2}; in testExtensions()2916 AnotherMessage deserializedMessage = message.getExtension(SingularExtensions.someMessage); in testExtensions()2943 AnotherMessage[] deserializedRepeatedMessage = in testExtensions()3039 AnotherMessage another = new AnotherMessage(); in testNullExtensions()3052 new Extensions.AnotherMessage()); in testExtensionsMutation()3079 AnotherMessage another1 = new AnotherMessage(); in testExtensionsMutation_Equals()3082 AnotherMessage another2 = new AnotherMessage(); in testExtensionsMutation_Equals()[all …]
51 message AnotherMessage {} message