Home
last modified time | relevance | path

Searched refs:PyUpb_DescriptorPool_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_pool.h37 PyObject* PyUpb_DescriptorPool_Get(const upb_DefPool* symtab);
Ddescriptor_pool.c92 PyObject* PyUpb_DescriptorPool_Get(const upb_DefPool* symtab) { in PyUpb_DescriptorPool_Get() function
Ddescriptor.c68 base->pool = PyUpb_DescriptorPool_Get(upb_FileDef_Pool(file)); in PyUpb_DescriptorBase_DoCreate()