HomeSort by relevance Sort by last modified time
    Searched refs:tp_iternext (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/python/cpython2/Doc/includes/
typestruct.h 54 iternextfunc tp_iternext; member in struct:_typeobject
  /external/python/cpython3/Doc/includes/
typestruct.h 52 iternextfunc tp_iternext; member in struct:_typeobject
  /external/python/cpython3/Objects/
typeslots.inc 64 offsetof(PyHeapTypeObject, ht_type.tp_iternext),
enumobject.c 130 next_item = (*Py_TYPE(it)->tp_iternext)(it);
215 (iternextfunc)enum_next, /* tp_iternext */
412 (iternextfunc)reversed_next, /* tp_iternext */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
abstract.h 639 (obj)->ob_type->tp_iternext != NULL && \
640 (obj)->ob_type->tp_iternext != &_PyObject_NextNotImplemented)
643 /* Takes an iterator object and calls its tp_iternext slot,
    [all...]
object.h 377 iternextfunc tp_iternext; member in struct:_typeobject
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
abstract.h 639 (obj)->ob_type->tp_iternext != NULL && \
640 (obj)->ob_type->tp_iternext != &_PyObject_NextNotImplemented)
643 /* Takes an iterator object and calls its tp_iternext slot,
    [all...]
object.h 377 iternextfunc tp_iternext; member in struct:_typeobject
    [all...]
  /external/python/cpython2/Include/
abstract.h 639 (obj)->ob_type->tp_iternext != NULL && \
640 (obj)->ob_type->tp_iternext != &_PyObject_NextNotImplemented)
643 /* Takes an iterator object and calls its tp_iternext slot,
    [all...]
object.h 377 iternextfunc tp_iternext; member in struct:_typeobject
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
abstract.h 639 (obj)->ob_type->tp_iternext != NULL && \
640 (obj)->ob_type->tp_iternext != &_PyObject_NextNotImplemented)
643 /* Takes an iterator object and calls its tp_iternext slot,
    [all...]
object.h 377 iternextfunc tp_iternext; member in struct:_typeobject
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
abstract.h 639 (obj)->ob_type->tp_iternext != NULL && \
640 (obj)->ob_type->tp_iternext != &_PyObject_NextNotImplemented)
643 /* Takes an iterator object and calls its tp_iternext slot,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
abstract.h 639 (obj)->ob_type->tp_iternext != NULL && \
640 (obj)->ob_type->tp_iternext != &_PyObject_NextNotImplemented)
643 /* Takes an iterator object and calls its tp_iternext slot,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
abstract.h 639 (obj)->ob_type->tp_iternext != NULL && \
640 (obj)->ob_type->tp_iternext != &_PyObject_NextNotImplemented)
643 /* Takes an iterator object and calls its tp_iternext slot,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
enumobject.c 130 next_item = (*Py_TYPE(it)->tp_iternext)(it);
199 (iternextfunc)enum_next, /* tp_iternext */
368 (iternextfunc)reversed_next, /* tp_iternext */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
enumobject.c 130 next_item = (*Py_TYPE(it)->tp_iternext)(it);
199 (iternextfunc)enum_next, /* tp_iternext */
368 (iternextfunc)reversed_next, /* tp_iternext */
  /external/python/cpython2/Objects/
enumobject.c 130 next_item = (*Py_TYPE(it)->tp_iternext)(it);
199 (iternextfunc)enum_next, /* tp_iternext */
368 (iternextfunc)reversed_next, /* tp_iternext */
  /external/python/cpython3/Python/
bltinmodule.c 291 iternext = *Py_TYPE(it)->tp_iternext;
340 iternext = *Py_TYPE(it)->tp_iternext;
492 iternext = *Py_TYPE(it)->tp_iternext;
566 (iternextfunc)filter_next, /* tp_iternext */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
itertoolsmodule.c 170 (iternextfunc)groupby_next, /* tp_iternext */
300 (iternextfunc)_grouper_next, /* tp_iternext */
470 0, /* tp_iternext */
628 (iternextfunc)tee_next, /* tp_iternext */
826 (iternextfunc)cycle_next, /* tp_iternext */
910 iternext = *Py_TYPE(it)->tp_iternext;
970 (iternextfunc)dropwhile_next, /* tp_iternext */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
itertoolsmodule.c 170 (iternextfunc)groupby_next, /* tp_iternext */
300 (iternextfunc)_grouper_next, /* tp_iternext */
453 0, /* tp_iternext */
609 (iternextfunc)tee_next, /* tp_iternext */
807 (iternextfunc)cycle_next, /* tp_iternext */
891 iternext = *Py_TYPE(it)->tp_iternext;
949 (iternextfunc)dropwhile_next, /* tp_iternext */
1035 item = (*Py_TYPE(it)->tp_iternext)(it);
    [all...]
  /external/python/cpython2/Modules/
itertoolsmodule.c 168 (iternextfunc)groupby_next, /* tp_iternext */
298 (iternextfunc)_grouper_next, /* tp_iternext */
468 0, /* tp_iternext */
625 (iternextfunc)tee_next, /* tp_iternext */
823 (iternextfunc)cycle_next, /* tp_iternext */
907 iternext = *Py_TYPE(it)->tp_iternext;
967 (iternextfunc)dropwhile_next, /* tp_iternext */
1053 item = (*Py_TYPE(it)->tp_iternext)(it);
    [all...]
  /external/python/cpython3/Include/
abstract.h 710 ((obj)->ob_type->tp_iternext != NULL && \
711 (obj)->ob_type->tp_iternext != &_PyObject_NextNotImplemented)
714 /* Takes an iterator object and calls its tp_iternext slot,
    [all...]
object.h 399 iternextfunc tp_iternext; member in struct:_typeobject
    [all...]
  /external/python/cpython3/Modules/
itertoolsmodule.c 209 (iternextfunc)groupby_next, /* tp_iternext */
362 (iternextfunc)_grouper_next, /* tp_iternext */
603 0, /* tp_iternext */
790 (iternextfunc)tee_next, /* tp_iternext */
1041 (iternextfunc)cycle_next, /* tp_iternext */
    [all...]

Completed in 1196 milliseconds

1 2 3