Searched defs:returnitem (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | _heapqmodule.c | 148 PyObject *lastelt, *returnitem; in heappop() local 185 PyObject *heap, *item, *returnitem; in heapreplace() local 223 PyObject *heap, *item, *returnitem; in heappushpop() local
|
/external/python/cpython3/Modules/ |
D | _heapqmodule.c | 126 PyObject *lastelt, *returnitem; in heappop_internal() local 172 PyObject *heap, *item, *returnitem; in heapreplace_internal() local 216 PyObject *heap, *item, *returnitem; in heappushpop() local
|