Searched refs:PyUpb_InitDescriptorPool (Results 1 – 3 of 3) sorted by relevance
46 bool PyUpb_InitDescriptorPool(PyObject* m);
340 if (!PyUpb_InitDescriptorContainers(m) || !PyUpb_InitDescriptorPool(m) || in PyInit__message()
638 bool PyUpb_InitDescriptorPool(PyObject* m) { in PyUpb_InitDescriptorPool() function