Lines Matching defs:m_func
1104 : m_func (func.release ())1109 : m_func (other.m_func)1111 other.m_func = nullptr;1115 : m_func (other.m_func)1118 Py_XINCREF (m_func);1124 Py_XDECREF (m_func);1133 gdbpy_ref<> call_result (PyObject_CallObject (m_func, NULL));1143 PyObject *m_func;
Indexes created Sun Mar 01 05:31:48 UTC 2026