reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
 3337     SwigPtr_PyObject(const SwigPtr_PyObject& item) : _obj(item._obj)
 3340       Py_XINCREF(_obj);      
 3348         Py_XINCREF(_obj);
 3356       Py_XINCREF(item._obj);
 3357       Py_XDECREF(_obj);
 3358       _obj = item._obj;
 3358       _obj = item._obj;
 3366       Py_XDECREF(_obj);
 3372       return _obj;
 3377       return _obj;
 3389       Py_XDECREF(_obj);
 3390       _obj = obj;