HomeSort by relevance Sort by last modified time
    Searched refs:dropwhileobject (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
itertoolsmodule.c 849 } dropwhileobject; typedef in typeref:struct:__anon4447
858 dropwhileobject *lz;
871 /* create dropwhileobject structure */
872 lz = (dropwhileobject *)type->tp_alloc(type, 0);
886 dropwhile_dealloc(dropwhileobject *lz)
895 dropwhile_traverse(dropwhileobject *lz, visitproc visit, void *arg)
903 dropwhile_next(dropwhileobject *lz)
944 sizeof(dropwhileobject), /* tp_basicsize */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
itertoolsmodule.c 830 } dropwhileobject; typedef in typeref:struct:__anon4782
839 dropwhileobject *lz;
852 /* create dropwhileobject structure */
853 lz = (dropwhileobject *)type->tp_alloc(type, 0);
867 dropwhile_dealloc(dropwhileobject *lz)
876 dropwhile_traverse(dropwhileobject *lz, visitproc visit, void *arg)
884 dropwhile_next(dropwhileobject *lz)
923 sizeof(dropwhileobject), /* tp_basicsize */
    [all...]
  /external/python/cpython2/Modules/
itertoolsmodule.c 846 } dropwhileobject; typedef in typeref:struct:__anon32830
855 dropwhileobject *lz;
868 /* create dropwhileobject structure */
869 lz = (dropwhileobject *)type->tp_alloc(type, 0);
883 dropwhile_dealloc(dropwhileobject *lz)
892 dropwhile_traverse(dropwhileobject *lz, visitproc visit, void *arg)
900 dropwhile_next(dropwhileobject *lz)
941 sizeof(dropwhileobject), /* tp_basicsize */
    [all...]
  /external/python/cpython3/Modules/
itertoolsmodule.c 1064 } dropwhileobject; typedef in typeref:struct:__anon33459
1073 dropwhileobject *lz;
    [all...]

Completed in 383 milliseconds