Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
Dmessages_test.py905 class AnotherMessage(messages.Message): class
911 AnotherMessage.field_by_name('a_field'),
921 class AnotherMessage(messages.Message): class
929 AnotherMessage())
1085 class AnotherMessage(messages.Message): class
1091 AnotherMessage.field_by_name('a_field'),
1472 class AnotherMessage(messages.Message): class
1478 field3 = messages.MessageField(AnotherMessage, 3)
1483 self.assertNotEquals(AnotherMessage(), message1)
1508 message1.field3 = AnotherMessage()
[all …]
/external/protobuf/src/google/protobuf/
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;
/external/protobuf/java/src/test/java/com/google/protobuf/
DNanoTest.java67 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 …]
/external/protobuf/python/google/protobuf/internal/
Dtest_bad_identifiers.proto51 message AnotherMessage {} message