Home
last modified time | relevance | path

Searched refs:PyUpb_EnumDescriptor_Get (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/
Ddescriptor.c309 (void*)&PyUpb_EnumDescriptor_Get, in PyUpb_Descriptor_GetEnumTypes()
454 (void*)&PyUpb_EnumDescriptor_Get, in PyUpb_Descriptor_GetEnumTypesByName()
651 PyObject* PyUpb_EnumDescriptor_Get(const upb_EnumDef* enumdef) { in PyUpb_EnumDescriptor_Get() function
820 return PyUpb_EnumDescriptor_Get(upb_EnumValueDef_Enum(base->def)); in PyUpb_EnumValueDescriptor_GetType()
980 return PyUpb_EnumDescriptor_Get(enumdef); in PyUpb_FieldDescriptor_GetEnumType()
1195 (void*)&PyUpb_EnumDescriptor_Get, in PyUpb_FileDescriptor_GetEnumTypesByName()
Ddescriptor.h56 PyObject* PyUpb_EnumDescriptor_Get(const upb_EnumDef* enumdef);
Ddescriptor_pool.c448 return PyUpb_EnumDescriptor_Get(e); in PyUpb_DescriptorPool_FindEnumTypeByName()
Dmessage.c1853 ret = PyUpb_EnumDescriptor_Get(enumdef); in PyUpb_MessageMeta_GetDynamicAttr()