Home
last modified time | relevance | path

Searched refs:PyUpb_DescriptorPool_DoAdd (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_pool.c124 static PyObject* PyUpb_DescriptorPool_DoAdd(PyObject* _self,
138 PyObject* ret = PyUpb_DescriptorPool_DoAdd((PyObject*)self, proto); in PyUpb_DescriptorPool_TryLoadFileProto()
249 static PyObject* PyUpb_DescriptorPool_DoAdd(PyObject* _self, in PyUpb_DescriptorPool_DoAdd() function
300 return PyUpb_DescriptorPool_DoAdd(_self, file_desc); in PyUpb_DescriptorPool_Add()