Home
last modified time | relevance | path

Searched refs:DESCRIPTOR (Results 1 – 25 of 38) sorted by relevance

12

/external/protobuf/python/google/protobuf/internal/
Dgenerator_test.py64 proto_type.NestedMessage.DESCRIPTOR,
65 proto_type.DESCRIPTOR.fields_by_name[field_name].message_type)
109 desc = unittest_pb2.TestAllTypes.DESCRIPTOR
126 unittest_pb2.TestAllExtensions.DESCRIPTOR)
128 unittest_pb2.TestAllExtensions.DESCRIPTOR)
134 unittest_pb2.TestRequired.DESCRIPTOR)
140 message_descriptor = unittest_pb2.TestRequired.DESCRIPTOR
146 self.assertTrue(proto.DESCRIPTOR.GetOptions().message_set_wire_format)
150 enum_options = proto.DESCRIPTOR.enum_types_by_name['AnEnum'].GetOptions()
157 set(unittest_pb2.TestAllTypes.DESCRIPTOR.nested_types),
[all …]
Ddescriptor_test.py139 file_descriptor = unittest_custom_options_pb2.DESCRIPTOR
141 unittest_custom_options_pb2.TestMessageWithCustomOptions.DESCRIPTOR
147 unittest_custom_options_pb2.TestServiceWithCustomOptions.DESCRIPTOR
185 unittest_custom_options_pb2.CustomOptionMinIntegerValues.DESCRIPTOR
211 unittest_custom_options_pb2.CustomOptionMaxIntegerValues.DESCRIPTOR
237 unittest_custom_options_pb2.CustomOptionOtherValues.DESCRIPTOR
255 unittest_custom_options_pb2.SettingRealsFromPositiveInts.DESCRIPTOR
263 unittest_custom_options_pb2.SettingRealsFromNegativeInts.DESCRIPTOR
272 unittest_custom_options_pb2.VariousComplexOptions.DESCRIPTOR
321 file_descriptor = unittest_custom_options_pb2.DESCRIPTOR
[all …]
Dsymbol_database_test.py45 db.RegisterFileDescriptor(unittest_pb2.DESCRIPTOR)
50 db.RegisterEnumDescriptor(unittest_pb2.ForeignEnum.DESCRIPTOR)
51 db.RegisterEnumDescriptor(unittest_pb2.TestAllTypes.NestedEnum.DESCRIPTOR)
56 unittest_pb2.TestAllTypes.DESCRIPTOR)
Denum_type_wrapper.py44 DESCRIPTOR = None variable in EnumTypeWrapper
49 self.DESCRIPTOR = enum_type;
Ddescriptor_pool_test.py58 factory_test1_pb2.DESCRIPTOR.serialized_pb)
60 factory_test2_pb2.DESCRIPTOR.serialized_pb)
231 descriptor_pool_test1_pb2.DESCRIPTOR.serialized_pb)
233 descriptor_pool_test2_pb2.DESCRIPTOR.serialized_pb)
406 pool.AddDescriptor(unittest_pb2.TestAllTypes.DESCRIPTOR)
417 pool.AddDescriptor(unittest_pb2.TestAllTypes.NestedMessage.DESCRIPTOR)
440 pool.AddEnumDescriptor(unittest_pb2.ForeignEnum.DESCRIPTOR)
451 pool.AddEnumDescriptor(unittest_pb2.TestAllTypes.NestedEnum.DESCRIPTOR)
474 pool.AddFileDescriptor(unittest_pb2.DESCRIPTOR)
Dmessage_factory_test.py50 factory_test1_pb2.DESCRIPTOR.serialized_pb)
52 factory_test2_pb2.DESCRIPTOR.serialized_pb)
Dpython_message.py165 if extension_handle.containing_type is not message.DESCRIPTOR:
170 message.DESCRIPTOR.full_name))
557 extension_handle.containing_type = cls.DESCRIPTOR
569 cls.DESCRIPTOR.full_name, extension_handle.number))
717 other.DESCRIPTOR != self.DESCRIPTOR):
813 self.DESCRIPTOR.full_name, ','.join(self.FindInitializationErrors())))
Ddescriptor_database_test.py48 factory_test2_pb2.DESCRIPTOR.serialized_pb)
Dreflection_test.py450 [ (proto.DESCRIPTOR.fields_by_name['optional_int32' ], 5),
451 (proto.DESCRIPTOR.fields_by_name['optional_fixed32'], 1),
452 (proto.DESCRIPTOR.fields_by_name['optional_string' ], 'foo') ],
457 [ (proto.DESCRIPTOR.fields_by_name['optional_int32' ], 5),
458 (proto.DESCRIPTOR.fields_by_name['optional_fixed32'], 1),
459 (proto.DESCRIPTOR.fields_by_name['optional_string' ], 'foo'),
460 (proto.DESCRIPTOR.fields_by_name['optional_nested_message' ],
476 [ (proto.DESCRIPTOR.fields_by_name['optional_int32' ], 21),
477 (proto.DESCRIPTOR.fields_by_name['repeated_int32' ], [5, 11]),
478 (proto.DESCRIPTOR.fields_by_name['repeated_fixed32'], [1]),
[all …]
Dunknown_fields_test.py50 self.descriptor = unittest_pb2.TestAllTypes.DESCRIPTOR
181 self.descriptor = missing_enum_values_pb2.TestEnumValues.DESCRIPTOR
/external/nanopb-c/generator/google/protobuf/
Ddescriptor_pb2.py12 DESCRIPTOR = _descriptor.FileDescriptor( variable
23 file=DESCRIPTOR,
108 file=DESCRIPTOR,
133 file=DESCRIPTOR,
158 file=DESCRIPTOR,
184 file=DESCRIPTOR,
212 file=DESCRIPTOR,
310 file=DESCRIPTOR,
344 file=DESCRIPTOR,
414 file=DESCRIPTOR,
[all …]
Dreflection.py165 DESCRIPTOR = descriptor variable in ParseMessage._ResultClass
Dmessage.py68 DESCRIPTOR = None variable in Message
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
Dprotorpc_test_pb2.py15 DESCRIPTOR = descriptor.FileDescriptor( variable
26 file=DESCRIPTOR,
47 file=DESCRIPTOR,
69 file=DESCRIPTOR,
97 file=DESCRIPTOR,
132 file=DESCRIPTOR,
160 file=DESCRIPTOR,
245 file=DESCRIPTOR,
330 file=DESCRIPTOR,
368 DESCRIPTOR.message_types_by_name['NestedMessage'] = _NESTEDMESSAGE
[all …]
/external/nanopb-c/generator/google/protobuf/compiler/
Dplugin_pb2.py14 DESCRIPTOR = _descriptor.FileDescriptor( variable
26 file=DESCRIPTOR,
68 file=DESCRIPTOR,
109 file=DESCRIPTOR,
142 DESCRIPTOR.message_types_by_name['CodeGeneratorRequest'] = _CODEGENERATORREQUEST
143 DESCRIPTOR.message_types_by_name['CodeGeneratorResponse'] = _CODEGENERATORRESPONSE
147 DESCRIPTOR = _CODEGENERATORREQUEST variable in CodeGeneratorRequest
156 DESCRIPTOR = _CODEGENERATORRESPONSE_FILE variable in CodeGeneratorResponse.File
159 DESCRIPTOR = _CODEGENERATORRESPONSE variable in CodeGeneratorResponse
164 DESCRIPTOR.has_options = True
[all …]
/external/nanopb-c/generator/proto/
Dplugin_pb2.py10 DESCRIPTOR = descriptor.FileDescriptor( variable
22 file=DESCRIPTOR,
64 file=DESCRIPTOR,
105 file=DESCRIPTOR,
143 DESCRIPTOR = _CODEGENERATORREQUEST variable in CodeGeneratorRequest
152 DESCRIPTOR = _CODEGENERATORRESPONSE_FILE variable in CodeGeneratorResponse.File
155 DESCRIPTOR = _CODEGENERATORRESPONSE variable in CodeGeneratorResponse
Dnanopb_pb2.py10 DESCRIPTOR = descriptor.FileDescriptor( variable
19 file=DESCRIPTOR,
93 file=DESCRIPTOR,
150 DESCRIPTOR = _NANOPBOPTIONS variable in NanoPBOptions
/external/nanopb-c/generator/google/protobuf/internal/
Denum_type_wrapper.py44 DESCRIPTOR = None variable in EnumTypeWrapper
49 self.DESCRIPTOR = enum_type;
Dpython_message.py156 if extension_handle.containing_type is not message.DESCRIPTOR:
161 message.DESCRIPTOR.full_name))
531 extension_handle.containing_type = cls.DESCRIPTOR
543 cls.DESCRIPTOR.full_name, extension_handle.number))
671 other.DESCRIPTOR != self.DESCRIPTOR):
767 self.DESCRIPTOR.full_name, ','.join(self.FindInitializationErrors())))
/external/protobuf/python/google/protobuf/
Dsymbol_database.py92 desc = message.DESCRIPTOR
Dmessage.py68 DESCRIPTOR = None variable in Message
Dmessage_factory.py90 for extension in result_class.DESCRIPTOR.extensions:
Dtext_format.py315 message_descriptor = message.DESCRIPTOR
448 (message.DESCRIPTOR.full_name, field.full_name))
455 (message.DESCRIPTOR.full_name, field.name))
/external/jetty/src/java/org/eclipse/jetty/servlet/
DHolder.java48 public enum Source { EMBEDDED, JAVAX_API, DESCRIPTOR, ANNOTATION }; enumConstant
70 case DESCRIPTOR: in Holder()
/external/curl/src/
Dtool_getpass.c79 $DESCRIPTOR(ttdesc, "TT"); in getpass_r()

12