HomeSort by relevance Sort by last modified time
    Searched full:teeobject (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
itertoolsmodule.c 342 } teeobject; typedef in typeref:struct:__anon5514
489 tee_next(teeobject *to)
509 tee_traverse(teeobject *to, visitproc visit, void *arg)
516 tee_copy(teeobject *to)
518 teeobject *newto;
520 newto = PyObject_GC_New(teeobject, &tee_type);
536 teeobject *to;
543 to = (teeobject *)tee_copy((teeobject *)it);
547 to = PyObject_GC_New(teeobject, &tee_type);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
itertoolsmodule.c 342 } teeobject; typedef in typeref:struct:__anon5849
472 tee_next(teeobject *to)
490 tee_traverse(teeobject *to, visitproc visit, void *arg)
497 tee_copy(teeobject *to)
499 teeobject *newto;
501 newto = PyObject_GC_New(teeobject, &tee_type);
517 teeobject *to;
524 to = (teeobject *)tee_copy((teeobject *)it);
528 to = PyObject_GC_New(teeobject, &tee_type);
    [all...]
  /external/python/cpython2/Modules/
itertoolsmodule.c 340 } teeobject; typedef in typeref:struct:__anon30348
487 tee_next(teeobject *to)
506 tee_traverse(teeobject *to, visitproc visit, void *arg)
513 tee_copy(teeobject *to)
515 teeobject *newto;
517 newto = PyObject_GC_New(teeobject, &tee_type);
533 teeobject *to;
540 to = (teeobject *)tee_copy((teeobject *)it);
544 to = PyObject_GC_New(teeobject, &tee_type)
    [all...]

Completed in 235 milliseconds