Home
last modified time | relevance | path

Searched refs:countobject (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
Ditertoolsmodule.c3239 } countobject; typedef
3263 countobject *lz; in count_new()
3321 lz = (countobject *)type->tp_alloc(type, 0); in count_new()
3334 count_dealloc(countobject *lz) in count_dealloc()
3343 count_traverse(countobject *lz, visitproc visit, void *arg) in count_traverse()
3351 count_nextlong(countobject *lz) in count_nextlong()
3373 count_next(countobject *lz) in count_next()
3381 count_repr(countobject *lz) in count_repr()
3410 count_reduce(countobject *lz) in count_reduce()
3439 sizeof(countobject), /* tp_basicsize */
/external/python/cpython3/Modules/
Ditertoolsmodule.c3937 } countobject; typedef
3961 countobject *lz; in count_new()
4027 lz = (countobject *)type->tp_alloc(type, 0); in count_new()
4040 count_dealloc(countobject *lz) in count_dealloc()
4049 count_traverse(countobject *lz, visitproc visit, void *arg) in count_traverse()
4057 count_nextlong(countobject *lz) in count_nextlong()
4079 count_next(countobject *lz) in count_next()
4087 count_repr(countobject *lz) in count_repr()
4111 count_reduce(countobject *lz) in count_reduce()
4138 sizeof(countobject), /* tp_basicsize */