Home
last modified time | relevance | path

Searched refs:dequeiter_type (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Modules/
D_collectionsmodule.c1254 static PyTypeObject dequeiter_type; variable
1261 it = PyObject_GC_New(dequeiterobject, &dequeiter_type); in deque_iter()
1331 static PyTypeObject dequeiter_type = { variable
1769 if (PyType_Ready(&dequeiter_type) < 0) in init_collections()
/external/python/cpython3/Modules/
D_collectionsmodule.c1677 static PyTypeObject dequeiter_type; variable
1684 it = PyObject_GC_New(dequeiterobject, &dequeiter_type); in deque_iter()
1749 assert(type == &dequeiter_type); in dequeiter_new()
1790 static PyTypeObject dequeiter_type = { variable
2578 &dequeiter_type, in collections_exec()
/external/python/cpython2/PC/os2emx/
Dpython27.def1223 "dequeiter_type"
/external/python/cpython3/Tools/c-analyzer/
DTODO618 Modules/_collectionsmodule.c:dequeiter_type static PyTypeObject dequeiter_type
Dknown.tsv183 Modules/_collectionsmodule.c - dequeiter_type variable static PyTypeObject dequeiter_type