/external/protobuf/python/google/protobuf/internal/ |
D | generator_test.py | 64 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 …]
|
D | descriptor_test.py | 139 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 …]
|
D | symbol_database_test.py | 45 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)
|
D | enum_type_wrapper.py | 44 DESCRIPTOR = None variable in EnumTypeWrapper 49 self.DESCRIPTOR = enum_type;
|
D | descriptor_pool_test.py | 58 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)
|
D | message_factory_test.py | 50 factory_test1_pb2.DESCRIPTOR.serialized_pb) 52 factory_test2_pb2.DESCRIPTOR.serialized_pb)
|
D | python_message.py | 165 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())))
|
D | descriptor_database_test.py | 48 factory_test2_pb2.DESCRIPTOR.serialized_pb)
|
D | reflection_test.py | 450 [ (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 …]
|
D | unknown_fields_test.py | 50 self.descriptor = unittest_pb2.TestAllTypes.DESCRIPTOR 181 self.descriptor = missing_enum_values_pb2.TestEnumValues.DESCRIPTOR
|
/external/nanopb-c/generator/google/protobuf/ |
D | descriptor_pb2.py | 12 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 …]
|
D | reflection.py | 165 DESCRIPTOR = descriptor variable in ParseMessage._ResultClass
|
D | message.py | 68 DESCRIPTOR = None variable in Message
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/ |
D | protorpc_test_pb2.py | 15 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/ |
D | plugin_pb2.py | 14 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/ |
D | plugin_pb2.py | 10 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
|
D | nanopb_pb2.py | 10 DESCRIPTOR = descriptor.FileDescriptor( variable 19 file=DESCRIPTOR, 93 file=DESCRIPTOR, 150 DESCRIPTOR = _NANOPBOPTIONS variable in NanoPBOptions
|
/external/nanopb-c/generator/google/protobuf/internal/ |
D | enum_type_wrapper.py | 44 DESCRIPTOR = None variable in EnumTypeWrapper 49 self.DESCRIPTOR = enum_type;
|
D | python_message.py | 156 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/ |
D | symbol_database.py | 92 desc = message.DESCRIPTOR
|
D | message.py | 68 DESCRIPTOR = None variable in Message
|
D | message_factory.py | 90 for extension in result_class.DESCRIPTOR.extensions:
|
D | text_format.py | 315 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/ |
D | Holder.java | 48 public enum Source { EMBEDDED, JAVAX_API, DESCRIPTOR, ANNOTATION }; enumConstant 70 case DESCRIPTOR: in Holder()
|
/external/curl/src/ |
D | tool_getpass.c | 79 $DESCRIPTOR(ttdesc, "TT"); in getpass_r()
|