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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
funcobject.h 30 PyObject *func_weakreflist; /* List of weak references */ member in struct:__anon4332
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
funcobject.h 30 PyObject *func_weakreflist; /* List of weak references */ member in struct:__anon4639
  /external/python/cpython2/Include/
funcobject.h 30 PyObject *func_weakreflist; /* List of weak references */ member in struct:__anon32580
  /prebuilts/gdb/darwin-x86/include/python2.7/
funcobject.h 30 PyObject *func_weakreflist; /* List of weak references */ member in struct:__anon66471
  /prebuilts/gdb/linux-x86/include/python2.7/
funcobject.h 30 PyObject *func_weakreflist; /* List of weak references */ member in struct:__anon66593
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
funcobject.h 30 PyObject *func_weakreflist; /* List of weak references */ member in struct:__anon986
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
funcobject.h 30 PyObject *func_weakreflist; /* List of weak references */ member in struct:__anon1109
  /external/python/cpython3/Include/
funcobject.h 31 PyObject *func_weakreflist; /* List of weak references */ member in struct:__anon33142
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
funcobject.c 19 op->func_weakreflist = NULL;
452 if (op->func_weakreflist != NULL)
572 offsetof(PyFunctionObject, func_weakreflist), /* tp_weaklistoffset */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
funcobject.c 19 op->func_weakreflist = NULL;
452 if (op->func_weakreflist != NULL)
572 offsetof(PyFunctionObject, func_weakreflist), /* tp_weaklistoffset */
  /external/python/cpython2/Objects/
funcobject.c 19 op->func_weakreflist = NULL;
449 if (op->func_weakreflist != NULL)
569 offsetof(PyFunctionObject, func_weakreflist), /* tp_weaklistoffset */
  /external/python/cpython3/Objects/
funcobject.c 25 op->func_weakreflist = NULL;
525 if (op->func_weakreflist != NULL)
653 offsetof(PyFunctionObject, func_weakreflist), /* tp_weaklistoffset */

Completed in 75 milliseconds