Searched refs:PyUpb_Descriptor_GetClass (Results 1 – 4 of 4) sorted by relevance
50 PyObject* PyUpb_Descriptor_GetClass(const upb_MessageDef* m);
547 PyObject* cls = PyUpb_Descriptor_GetClass(sub_m); in PyUpb_Message_NewStub()831 PyObject* cls = PyUpb_Descriptor_GetClass(m); in PyUpb_Message_Get()1849 ret = PyUpb_Descriptor_GetClass(nested); in PyUpb_MessageMeta_GetDynamicAttr()
214 PyObject* PyUpb_Descriptor_GetClass(const upb_MessageDef* m) { in PyUpb_Descriptor_GetClass() function480 return PyUpb_Descriptor_GetClass(msgdef); in PyUpb_Descriptor_GetConcreteClass()
274 return PyUpb_Descriptor_GetClass(entry_m); in PyUpb_MapContainer_GetEntryClass()