Home
last modified time | relevance | path

Searched refs:PyUpb_OneofDescriptor_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.c1434 const upb_OneofDef* PyUpb_OneofDescriptor_GetDef(PyObject* _self) { in PyUpb_OneofDescriptor_GetDef() function
1447 const upb_OneofDef* oneof = PyUpb_OneofDescriptor_GetDef(self); in PyUpb_OneofDescriptor_GetName()
1453 const upb_OneofDef* oneof = PyUpb_OneofDescriptor_GetDef(self); in PyUpb_OneofDescriptor_GetFullName()
1460 const upb_OneofDef* oneof = PyUpb_OneofDescriptor_GetDef(self); in PyUpb_OneofDescriptor_GetIndex()
1466 const upb_OneofDef* oneof = PyUpb_OneofDescriptor_GetDef(self); in PyUpb_OneofDescriptor_GetContainingType()