Home
last modified time | relevance | path

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/
Ddescriptor_containers.c783 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()
Dextension_dict.c244 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()
Dprotobuf.c255 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
Dprotobuf.h197 PyTypeObject* PyUpb_AddClass(PyObject* m, PyType_Spec* spec);
Drepeated.c823 PyUpb_AddClass(m, &PyUpb_RepeatedCompositeContainer_Spec); in PyUpb_Repeated_Init()
825 PyUpb_AddClass(m, &PyUpb_RepeatedScalarContainer_Spec); in PyUpb_Repeated_Init()
Dunknown_fields.c351 s->unknown_fields_type = PyUpb_AddClass(m, &PyUpb_UnknownFieldSet_Spec); in PyUpb_UnknownFields_Init()
Ddescriptor_pool.c641 PyUpb_AddClass(m, &PyUpb_DescriptorPool_Spec); in PyUpb_InitDescriptorPool()
Dmap.c520 state->map_iterator_type = PyUpb_AddClass(m, &PyUpb_MapIterator_Spec); in PyUpb_Map_Init()
Ddescriptor.c1670 s->descriptor_types[i] = PyUpb_AddClass(m, desc_specs[i]); in PyUpb_InitDescriptor()
Dmessage.c1937 state->cmessage_type = PyUpb_AddClass(m, &PyUpb_Message_Spec); in PyUpb_InitMessage()