Go to the source code of this file.
Functions | |
PyObject * | PyUpb_DescriptorPool_Get (const upb_DefPool *symtab) |
PyObject * | PyUpb_DescriptorPool_GetDefaultPool (void) |
upb_DefPool * | PyUpb_DescriptorPool_GetSymtab (PyObject *pool) |
bool | PyUpb_InitDescriptorPool (PyObject *m) |
PyObject* PyUpb_DescriptorPool_Get | ( | const upb_DefPool * | symtab | ) |
Definition at line 92 of file descriptor_pool.c.
PyObject* PyUpb_DescriptorPool_GetDefaultPool | ( | void | ) |
Definition at line 48 of file descriptor_pool.c.
upb_DefPool* PyUpb_DescriptorPool_GetSymtab | ( | PyObject * | pool | ) |
Definition at line 77 of file descriptor_pool.c.
bool PyUpb_InitDescriptorPool | ( | PyObject * | m | ) |
Definition at line 632 of file descriptor_pool.c.