Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/
Dmessage.c42 static PyObject* PyUpb_MessageMeta_GetAttr(PyObject* self, PyObject* name);
1008 return PyUpb_MessageMeta_GetAttr((PyObject*)Py_TYPE(_self), attr); in PyUpb_Message_GetAttr()
1885 static PyObject* PyUpb_MessageMeta_GetAttr(PyObject* self, PyObject* name) { in PyUpb_MessageMeta_GetAttr() function
1909 {Py_tp_getattro, PyUpb_MessageMeta_GetAttr},