Searched defs:PyListObject (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gdb/darwin-x86/include/python2.7/
H A Dlistobject.h39 } PyListObject; typedef in typeref:struct:__anon16472
58 PyAPI_FUNC(PyObject *) _PyList_Extend(PyListObject *, PyObject *);
61 #define PyList_GET_ITEM(op, i) (((PyListObject *)(op))->ob_item[i])
62 #define PyList_SET_ITEM(op, i, v) (((PyListObject *)(op))->ob_item[i] = (v))
/prebuilts/gdb/linux-x86/include/python2.7/
H A Dlistobject.h39 } PyListObject; typedef in typeref:struct:__anon16594
58 PyAPI_FUNC(PyObject *) _PyList_Extend(PyListObject *, PyObject *);
61 #define PyList_GET_ITEM(op, i) (((PyListObject *)(op))->ob_item[i])
62 #define PyList_SET_ITEM(op, i, v) (((PyListObject *)(op))->ob_item[i] = (v))
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
H A Dlistobject.h39 } PyListObject; typedef in typeref:struct:__anon17970
58 PyAPI_FUNC(PyObject *) _PyList_Extend(PyListObject *, PyObject *);
61 #define PyList_GET_ITEM(op, i) (((PyListObject *)(op))->ob_item[i])
62 #define PyList_SET_ITEM(op, i, v) (((PyListObject *)(op))->ob_item[i] = (v))
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
H A Dlistobject.h39 } PyListObject; typedef in typeref:struct:__anon18093
58 PyAPI_FUNC(PyObject *) _PyList_Extend(PyListObject *, PyObject *);
61 #define PyList_GET_ITEM(op, i) (((PyListObject *)(op))->ob_item[i])
62 #define PyList_SET_ITEM(op, i, v) (((PyListObject *)(op))->ob_item[i] = (v))

Completed in 58 milliseconds