

Go to the source code of this file.
Classes | |
| struct | PyUpb_ByNameMap_Funcs |
| struct | PyUpb_ByNumberMap_Funcs |
| struct | PyUpb_GenericSequence_Funcs |
Functions | |
| PyObject * | PyUpb_ByNameMap_New (const PyUpb_ByNameMap_Funcs *funcs, const void *parent, PyObject *parent_obj) |
| PyObject * | PyUpb_ByNumberMap_New (const PyUpb_ByNumberMap_Funcs *funcs, const void *parent, PyObject *parent_obj) |
| PyObject * | PyUpb_GenericSequence_New (const PyUpb_GenericSequence_Funcs *funcs, const void *parent, PyObject *parent_obj) |
| bool | PyUpb_InitDescriptorContainers (PyObject *m) |
| PyObject* PyUpb_ByNameMap_New | ( | const PyUpb_ByNameMap_Funcs * | funcs, |
| const void * | parent, | ||
| PyObject * | parent_obj | ||
| ) |
Definition at line 288 of file descriptor_containers.c.
| PyObject* PyUpb_ByNumberMap_New | ( | const PyUpb_ByNumberMap_Funcs * | funcs, |
| const void * | parent, | ||
| PyObject * | parent_obj | ||
| ) |
Definition at line 491 of file descriptor_containers.c.
| PyObject* PyUpb_GenericSequence_New | ( | const PyUpb_GenericSequence_Funcs * | funcs, |
| const void * | parent, | ||
| PyObject * | parent_obj | ||
| ) |
Definition at line 116 of file descriptor_containers.c.
| bool PyUpb_InitDescriptorContainers | ( | PyObject * | m | ) |
Definition at line 693 of file descriptor_containers.c.