Home
last modified time | relevance | path

Searched refs:PyUpb_Descriptor_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.c208 PyObject* PyUpb_Descriptor_Get(const upb_MessageDef* m) { in PyUpb_Descriptor_Get() function
410 (void*)&PyUpb_Descriptor_Get, in PyUpb_Descriptor_GetNestedTypes()
422 (void*)&PyUpb_Descriptor_Get, in PyUpb_Descriptor_GetNestedTypesByName()
444 return PyUpb_Descriptor_Get(parent); in PyUpb_Descriptor_GetContainingType()
724 return PyUpb_Descriptor_Get(m); in PyUpb_EnumDescriptor_GetContainingType()
973 return PyUpb_Descriptor_Get(subdef); in PyUpb_FieldDescriptor_GetMessageType()
987 return PyUpb_Descriptor_Get(m); in PyUpb_FieldDescriptor_GetContainingType()
994 return PyUpb_Descriptor_Get(m); in PyUpb_FieldDescriptor_GetExtensionScope()
1180 (void*)&PyUpb_Descriptor_Get, in PyUpb_FileDescriptor_GetMessageTypesByName()
1374 return PyUpb_Descriptor_Get(upb_MethodDef_InputType(m)); in PyUpb_MethodDescriptor_GetInputType()
[all …]
Ddescriptor.h55 PyObject* PyUpb_Descriptor_Get(const upb_MessageDef* msgdef);
Ddescriptor_pool.c376 return PyUpb_Descriptor_Get(m); in PyUpb_DescriptorPool_FindMessageTypeByName()