Home
last modified time | relevance | path

Searched refs:PyUpb_FieldDescriptor_GetDef (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.h68 const upb_FieldDef* PyUpb_FieldDescriptor_GetDef(PyObject* file);
Dmessage.c1100 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()
Drepeated.c98 return PyUpb_FieldDescriptor_GetDef( in PyUpb_RepeatedContainer_GetField()
Ddescriptor.c873 const upb_FieldDef* PyUpb_FieldDescriptor_GetDef(PyObject* _self) { in PyUpb_FieldDescriptor_GetDef() function