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

  /external/python/cpython2/Doc/includes/
typestruct.h 49 long tp_weaklistoffset; member in struct:_typeobject
  /external/python/cpython3/Doc/includes/
typestruct.h 48 Py_ssize_t tp_weaklistoffset; member in struct:_typeobject
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
objimpl.h 346 && ((t)->tp_weaklistoffset > 0))
349 ((PyObject **) (((char *) (o)) + Py_TYPE(o)->tp_weaklistoffset))
object.h 372 Py_ssize_t tp_weaklistoffset; member in struct:_typeobject
584 /* Objects which are weakly referencable if their tp_weaklistoffset is >0 */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
objimpl.h 346 && ((t)->tp_weaklistoffset > 0))
349 ((PyObject **) (((char *) (o)) + Py_TYPE(o)->tp_weaklistoffset))
object.h 372 Py_ssize_t tp_weaklistoffset; member in struct:_typeobject
572 /* Objects which are weakly referencable if their tp_weaklistoffset is >0 */
    [all...]
  /external/python/cpython2/Include/
objimpl.h 346 && ((t)->tp_weaklistoffset > 0))
349 ((PyObject **) (((char *) (o)) + Py_TYPE(o)->tp_weaklistoffset))
object.h 372 Py_ssize_t tp_weaklistoffset; member in struct:_typeobject
584 /* Objects which are weakly referencable if their tp_weaklistoffset is >0 */
    [all...]
  /external/python/cpython3/Include/
objimpl.h 362 #define PyType_SUPPORTS_WEAKREFS(t) ((t)->tp_weaklistoffset > 0)
365 ((PyObject **) (((char *) (o)) + Py_TYPE(o)->tp_weaklistoffset))
object.h 395 Py_ssize_t tp_weaklistoffset; member in struct:_typeobject
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
objimpl.h 352 && ((t)->tp_weaklistoffset > 0))
355 ((PyObject **) (((char *) (o)) + Py_TYPE(o)->tp_weaklistoffset))
object.h 372 Py_ssize_t tp_weaklistoffset; member in struct:_typeobject
582 /* Objects which are weakly referencable if their tp_weaklistoffset is >0 */
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
objimpl.h 352 && ((t)->tp_weaklistoffset > 0))
355 ((PyObject **) (((char *) (o)) + Py_TYPE(o)->tp_weaklistoffset))
object.h 372 Py_ssize_t tp_weaklistoffset; member in struct:_typeobject
582 /* Objects which are weakly referencable if their tp_weaklistoffset is >0 */
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
objimpl.h 352 && ((t)->tp_weaklistoffset > 0))
355 ((PyObject **) (((char *) (o)) + Py_TYPE(o)->tp_weaklistoffset))
object.h 372 Py_ssize_t tp_weaklistoffset; member in struct:_typeobject
582 /* Objects which are weakly referencable if their tp_weaklistoffset is >0 */
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
objimpl.h 352 && ((t)->tp_weaklistoffset > 0))
355 ((PyObject **) (((char *) (o)) + Py_TYPE(o)->tp_weaklistoffset))
object.h 372 Py_ssize_t tp_weaklistoffset; member in struct:_typeobject
582 /* Objects which are weakly referencable if their tp_weaklistoffset is >0 */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
typeobject.c 195 offsetof(PyTypeObject, tp_weaklistoffset), READONLY},
976 if (type->tp_weaklistoffset && !base->tp_weaklistoffset)
991 if (type->tp_weaklistoffset && !base->tp_weaklistoffset) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
typeobject.c 195 offsetof(PyTypeObject, tp_weaklistoffset), READONLY},
960 if (type->tp_weaklistoffset && !base->tp_weaklistoffset)
975 if (type->tp_weaklistoffset && !base->tp_weaklistoffset) {
    [all...]
  /external/python/cpython2/Objects/
typeobject.c 215 offsetof(PyTypeObject, tp_weaklistoffset), READONLY},
996 if (type->tp_weaklistoffset && !base->tp_weaklistoffset)
1011 if (type->tp_weaklistoffset && !base->tp_weaklistoffset) {
    [all...]
  /external/python/cpython3/Objects/
typeobject.c 345 offsetof(PyTypeObject, tp_weaklistoffset), READONLY},
    [all...]
  /external/python/cpython3/Modules/
_asynciomodule.c 907 .tp_weaklistoffset = offsetof(FutureObj, fut_weakreflist),
    [all...]

Completed in 470 milliseconds