Home
last modified time | relevance | path

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

/external/python/apitools/apitools/base/protorpclite/
Dmessages_test.py954 class AnotherMessage(messages.Message): class
960 AnotherMessage.field_by_name('a_field'),
970 class AnotherMessage(messages.Message): class
978 AnotherMessage())
1136 class AnotherMessage(messages.Message): class
1142 AnotherMessage.field_by_name('a_field'),
1528 class AnotherMessage(messages.Message): class
1534 field3 = messages.MessageField(AnotherMessage, 3)
1539 self.assertNotEquals(AnotherMessage(), message1)
1564 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.java47 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 …]
/external/pigweed/pw_protobuf_compiler/py/
Dpython_protos_test.py165 self.assertEqual(test1[0].AnotherMessage.Result.Value('FAILED'), 0)
221 protos.test1.AnotherMessage,
/external/protobuf/python/google/protobuf/internal/
Dtest_bad_identifiers.proto52 message AnotherMessage {} message
/external/protobuf/python/compatibility_tests/v2.5.0/protos/python/google/protobuf/internal/
Dtest_bad_identifiers.proto51 message AnotherMessage {} message