Home
last modified time | relevance | path

Searched refs:PyUpb_OneofDescriptor_Get (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.h59 PyObject* PyUpb_OneofDescriptor_Get(const upb_OneofDef* oneof);
Ddescriptor.c319 (void*)&PyUpb_OneofDescriptor_Get, in PyUpb_Descriptor_GetOneofs()
569 (void*)&PyUpb_OneofDescriptor_Get, in PyUpb_Descriptor_GetOneofsByName()
1014 return PyUpb_OneofDescriptor_Get(oneof); in PyUpb_FieldDescriptor_GetContainingOneof()
1440 PyObject* PyUpb_OneofDescriptor_Get(const upb_OneofDef* oneof) { in PyUpb_OneofDescriptor_Get() function
Ddescriptor_pool.c477 return PyUpb_OneofDescriptor_Get(o); in PyUpb_DescriptorPool_FindOneofByName()