Searched defs:_Py_AddToAllObjects (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dobject.c58 _Py_AddToAllObjects(PyObject *op, int force) function
162 _Py_AddToAllObjects((PyObject *)tp, 0);
2228 _Py_AddToAllObjects(op, 1);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dobject.c58 _Py_AddToAllObjects(PyObject *op, int force) function
162 _Py_AddToAllObjects((PyObject *)tp, 0);
2207 _Py_AddToAllObjects(op, 1);

Completed in 12 milliseconds