Searched refs:PyUpb_FieldDescriptor_GetDef (Results 1 – 4 of 4) sorted by relevance
68 const upb_FieldDef* PyUpb_FieldDescriptor_GetDef(PyObject* file);
1100 const upb_FieldDef* f = PyUpb_FieldDescriptor_GetDef(field); in PyUpb_Message_ListFieldsItemKey()1450 const upb_FieldDef* f = PyUpb_FieldDescriptor_GetDef(key); in PyUpb_Message_GetExtensionDef()
98 return PyUpb_FieldDescriptor_GetDef( in PyUpb_RepeatedContainer_GetField()
873 const upb_FieldDef* PyUpb_FieldDescriptor_GetDef(PyObject* _self) { in PyUpb_FieldDescriptor_GetDef() function