Home
last modified time | relevance | path

Searched refs:AnotherMessage (Results 1 – 6 of 6) sorted by relevance

/external/python/apitools/apitools/base/protorpclite/
Dmessages_test.py949 class AnotherMessage(messages.Message): class
955 AnotherMessage.field_by_name('a_field'),
965 class AnotherMessage(messages.Message): class
973 AnotherMessage())
1131 class AnotherMessage(messages.Message): class
1137 AnotherMessage.field_by_name('a_field'),
1523 class AnotherMessage(messages.Message): class
1529 field3 = messages.MessageField(AnotherMessage, 3)
1534 self.assertNotEquals(AnotherMessage(), message1)
1559 message1.field3 = AnotherMessage()
[all …]
/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/
Dunittest_extension_nano.proto16 message AnotherMessage { message
Dunittest_extension_repeated_nano.proto29 repeated AnotherMessage repeated_message = 26;
Dunittest_extension_singular_nano.proto29 optional AnotherMessage some_message = 26;
DNanoTest.java48 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 …]
/external/protobuf/python/google/protobuf/internal/
Dtest_bad_identifiers.proto52 message AnotherMessage {} message