Searched refs:PyUpb_AddClassWithBases (Results 1 – 3 of 3) sorted by relevance
517 PyUpb_AddClassWithBases(m, &PyUpb_MessageMapContainer_Spec, bases); in PyUpb_Map_Init()519 PyUpb_AddClassWithBases(m, &PyUpb_ScalarMapContainer_Spec, bases); in PyUpb_Map_Init()
201 PyTypeObject* PyUpb_AddClassWithBases(PyObject* m, PyType_Spec* spec,
289 PyTypeObject* PyUpb_AddClassWithBases(PyObject* m, PyType_Spec* spec, in PyUpb_AddClassWithBases() function