Searched refs:PyUpb_AnyDescriptor_GetDef (Results 1 – 3 of 3) sorted by relevance
70 const void* PyUpb_AnyDescriptor_GetDef(PyObject* _self);
271 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()
56 const void* PyUpb_AnyDescriptor_GetDef(PyObject* desc) { in PyUpb_AnyDescriptor_GetDef() function