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

  /external/python/cpython2/Doc/includes/
typestruct.h 73 PyObject *tp_subclasses; member in struct:_typeobject
  /external/python/cpython3/Doc/includes/
typestruct.h 71 PyObject *tp_subclasses; member in struct:_typeobject
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
object.h 396 PyObject *tp_subclasses; member in struct:_typeobject
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
object.h 396 PyObject *tp_subclasses; member in struct:_typeobject
    [all...]
  /external/python/cpython2/Include/
object.h 396 PyObject *tp_subclasses; member in struct:_typeobject
    [all...]
  /external/python/cpython3/Include/
object.h 418 PyObject *tp_subclasses; member in struct:_typeobject
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
object.h 396 PyObject *tp_subclasses; member in struct:_typeobject
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
object.h 396 PyObject *tp_subclasses; member in struct:_typeobject
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 396 PyObject *tp_subclasses; member in struct:_typeobject
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 396 PyObject *tp_subclasses; member in struct:_typeobject
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
typeobject.c 81 raw = type->tp_subclasses;
386 subclasses = type->tp_subclasses;
516 need to remove |type| from its tp_subclasses.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
typeobject.c 81 raw = type->tp_subclasses;
380 subclasses = type->tp_subclasses;
510 need to remove |type| from its tp_subclasses.
    [all...]
  /external/python/cpython2/Objects/
typeobject.c 102 raw = type->tp_subclasses;
406 subclasses = type->tp_subclasses;
536 need to remove |type| from its tp_subclasses.
    [all...]
  /external/python/cpython3/Objects/
typeobject.c 237 raw = type->tp_subclasses;
605 Otherwise type->tp_subclasses might be altered
710 need to remove |type| from its tp_subclasses.
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
message.cc 342 PyObject *subclasses = base_type->tp_subclasses;
    [all...]

Completed in 719 milliseconds