Searched refs:PyUpb_AddClass (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/ |
D | descriptor_containers.c | 783 s->by_name_map_type = PyUpb_AddClass(m, &PyUpb_ByNameMap_Spec); in PyUpb_InitDescriptorContainers() 784 s->by_number_map_type = PyUpb_AddClass(m, &PyUpb_ByNumberMap_Spec); in PyUpb_InitDescriptorContainers() 785 s->by_name_iterator_type = PyUpb_AddClass(m, &PyUpb_ByNameIterator_Spec); in PyUpb_InitDescriptorContainers() 786 s->by_number_iterator_type = PyUpb_AddClass(m, &PyUpb_ByNumberIterator_Spec); in PyUpb_InitDescriptorContainers() 787 s->generic_sequence_type = PyUpb_AddClass(m, &PyUpb_GenericSequence_Spec); in PyUpb_InitDescriptorContainers()
|
D | extension_dict.c | 244 s->extension_dict_type = PyUpb_AddClass(m, &PyUpb_ExtensionDict_Spec); in PyUpb_InitExtensionDict() 245 s->extension_iterator_type = PyUpb_AddClass(m, &PyUpb_ExtensionIterator_Spec); in PyUpb_InitExtensionDict()
|
D | protobuf.c | 255 state->arena_type = PyUpb_AddClass(m, &PyUpb_Arena_Spec); in PyUpb_InitArena() 279 PyTypeObject* PyUpb_AddClass(PyObject* m, PyType_Spec* spec) { in PyUpb_AddClass() function
|
D | protobuf.h | 197 PyTypeObject* PyUpb_AddClass(PyObject* m, PyType_Spec* spec);
|
D | repeated.c | 823 PyUpb_AddClass(m, &PyUpb_RepeatedCompositeContainer_Spec); in PyUpb_Repeated_Init() 825 PyUpb_AddClass(m, &PyUpb_RepeatedScalarContainer_Spec); in PyUpb_Repeated_Init()
|
D | unknown_fields.c | 351 s->unknown_fields_type = PyUpb_AddClass(m, &PyUpb_UnknownFieldSet_Spec); in PyUpb_UnknownFields_Init()
|
D | descriptor_pool.c | 641 PyUpb_AddClass(m, &PyUpb_DescriptorPool_Spec); in PyUpb_InitDescriptorPool()
|
D | map.c | 520 state->map_iterator_type = PyUpb_AddClass(m, &PyUpb_MapIterator_Spec); in PyUpb_Map_Init()
|
D | descriptor.c | 1670 s->descriptor_types[i] = PyUpb_AddClass(m, desc_specs[i]); in PyUpb_InitDescriptor()
|
D | message.c | 1937 state->cmessage_type = PyUpb_AddClass(m, &PyUpb_Message_Spec); in PyUpb_InitMessage()
|