Home
last modified time | relevance | path

Searched refs:PyUpb_InitDescriptorPool (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.h46 bool PyUpb_InitDescriptorPool(PyObject* m);
Dprotobuf.c340 if (!PyUpb_InitDescriptorContainers(m) || !PyUpb_InitDescriptorPool(m) || in PyInit__message()
Ddescriptor_pool.c638 bool PyUpb_InitDescriptorPool(PyObject* m) { in PyUpb_InitDescriptorPool() function