Home
last modified time | relevance | path

Searched refs:PyUpb_MethodDescriptor_Get (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/
Ddescriptor.h63 PyObject* PyUpb_MethodDescriptor_Get(const upb_MethodDef* s);
Ddescriptor.c1343 PyObject* PyUpb_MethodDescriptor_Get(const upb_MethodDef* m) { in PyUpb_MethodDescriptor_Get() function
1567 (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()
Ddescriptor_pool.c523 return PyUpb_MethodDescriptor_Get(m); in PyUpb_DescriptorPool_FindMethodByName()