Searched refs:PyUpb_MethodDescriptor_Get (Results 1 – 3 of 3) sorted by relevance
63 PyObject* PyUpb_MethodDescriptor_Get(const upb_MethodDef* s);
1343 PyObject* PyUpb_MethodDescriptor_Get(const upb_MethodDef* m) { in PyUpb_MethodDescriptor_Get() function1567 (void*)&PyUpb_MethodDescriptor_Get, in PyUpb_ServiceDescriptor_GetMethods()1578 (void*)&PyUpb_MethodDescriptor_Get, in PyUpb_ServiceDescriptor_GetMethodsByName()1613 return PyUpb_MethodDescriptor_Get(method); in PyUpb_ServiceDescriptor_FindMethodByName()
523 return PyUpb_MethodDescriptor_Get(m); in PyUpb_DescriptorPool_FindMethodByName()