Home
last modified time | relevance | path

Searched refs:PyUpb_DescriptorPool_GetDefaultPool (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_pool.h43 PyObject* PyUpb_DescriptorPool_GetDefaultPool(void);
Ddescriptor_pool.c48 PyObject* PyUpb_DescriptorPool_GetDefaultPool(void) { in PyUpb_DescriptorPool_GetDefaultPool() function
Ddescriptor.c114 PyObject* default_pool = PyUpb_DescriptorPool_GetDefaultPool(); in PyUpb_DescriptorBase_GetOptions()