Home
last modified time | relevance | path

Searched refs:PyUpb_RepeatedCompositeContainer_Append (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/
Drepeated.c34 static PyObject* PyUpb_RepeatedCompositeContainer_Append(PyObject* _self,
238 ret = PyUpb_RepeatedCompositeContainer_Append(_self, e); in PyUpb_RepeatedContainer_Extend()
600 static PyObject* PyUpb_RepeatedCompositeContainer_Append(PyObject* _self, in PyUpb_RepeatedCompositeContainer_Append() function
658 {"append", PyUpb_RepeatedCompositeContainer_Append, METH_O,