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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
typeobject.c 814 subtype_traverse(PyObject *self, visitproc visit, void *arg) function
823 while ((basetraverse = base->tp_traverse) == subtype_traverse) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
typeobject.c 806 subtype_traverse(PyObject *self, visitproc visit, void *arg) function
815 while ((basetraverse = base->tp_traverse) == subtype_traverse) {
    [all...]
  /external/python/cpython2/Objects/
typeobject.c 834 subtype_traverse(PyObject *self, visitproc visit, void *arg) function
843 while ((basetraverse = base->tp_traverse) == subtype_traverse) {
    [all...]

Completed in 395 milliseconds