Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/
Ddescriptor.c656 const upb_EnumDef* PyUpb_EnumDescriptor_GetDef(PyObject* _self) { in PyUpb_EnumDescriptor_GetDef() function
664 const upb_EnumDef* enumdef = PyUpb_EnumDescriptor_GetDef(self); in PyUpb_EnumDescriptor_GetFullName()
669 const upb_EnumDef* enumdef = PyUpb_EnumDescriptor_GetDef(self); in PyUpb_EnumDescriptor_GetName()
674 const upb_EnumDef* enumdef = PyUpb_EnumDescriptor_GetDef(self); in PyUpb_EnumDescriptor_GetFile()
735 const upb_EnumDef* enumdef = PyUpb_EnumDescriptor_GetDef(_self); in PyUpb_EnumDescriptor_GetIsClosed()