Home
last modified time | relevance | path

Searched refs:PyUpb_AnyDescriptor_GetDef (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.h70 const void* PyUpb_AnyDescriptor_GetDef(PyObject* _self);
Ddescriptor_containers.c271 const void* item_ptr = PyUpb_AnyDescriptor_GetDef(item); in PyUpb_GenericSequence_Find()
293 const void* item_ptr = PyUpb_AnyDescriptor_GetDef(item); in PyUpb_GenericSequence_Count()
Ddescriptor.c56 const void* PyUpb_AnyDescriptor_GetDef(PyObject* desc) { in PyUpb_AnyDescriptor_GetDef() function