Searched refs:PyUpb_Message_GetAttr (Results 1 – 1 of 1) sorted by relevance
206 static PyObject* PyUpb_Message_GetAttr(PyObject* _self, PyObject* attr);381 PyObject* map = PyUpb_Message_GetAttr(_self, name); in PyUpb_Message_InitMapAttribute()455 PyObject* submsg = PyUpb_Message_GetAttr(_self, name); in PyUpb_Message_InitMessageAttribute()985 __attribute__((flatten)) static PyObject* PyUpb_Message_GetAttr( in PyUpb_Message_GetAttr() function1675 {Py_tp_getattro, PyUpb_Message_GetAttr},