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

  /external/python/cpython2/Doc/includes/
typestruct.h 71 PyObject *tp_mro; /* method resolution order */ member in struct:_typeobject
  /external/python/cpython3/Doc/includes/
typestruct.h 69 PyObject *tp_mro; /* method resolution order */ member in struct:_typeobject
  /external/python/cpython2/Objects/
typeobject.c 219 {"__mro__", T_OBJECT, offsetof(PyTypeObject, tp_mro), READONLY},
419 old_mro = subclass->tp_mro;
421 subclass->tp_mro = old_mro;
503 old_mro = type->tp_mro;
525 ob = cls->tp_mro;
526 cls->tp_mro = mro;
570 if (type->tp_mro != old_mro) {
571 Py_DECREF(type->tp_mro);
576 type->tp_mro = old_mro;
    [all...]
object.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
typeobject.c 199 {"__mro__", T_OBJECT, offsetof(PyTypeObject, tp_mro), READONLY},
399 old_mro = subclass->tp_mro;
401 subclass->tp_mro = old_mro;
483 old_mro = type->tp_mro;
505 ob = cls->tp_mro;
506 cls->tp_mro = mro;
550 if (type->tp_mro != old_mro) {
551 Py_DECREF(type->tp_mro);
556 type->tp_mro = old_mro;
    [all...]
object.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
typeobject.c 199 {"__mro__", T_OBJECT, offsetof(PyTypeObject, tp_mro), READONLY},
393 old_mro = subclass->tp_mro;
395 subclass->tp_mro = old_mro;
477 old_mro = type->tp_mro;
499 ob = cls->tp_mro;
500 cls->tp_mro = mro;
544 if (type->tp_mro != old_mro) {
545 Py_DECREF(type->tp_mro);
550 type->tp_mro = old_mro;
    [all...]
object.c     [all...]
  /external/python/cpython3/Objects/
typeobject.c 349 {"__mro__", T_OBJECT, offsetof(PyTypeObject, tp_mro), READONLY},
583 new_mro = type->tp_mro;
597 type->tp_mro = old_mro;
668 base->tp_mro which would gonna be updated inside
675 (base->tp_mro != NULL && type_is_subtype_base_chain(base, type))) {
734 if (cls->tp_mro == new_mro) {
736 cls->tp_mro = old_mro;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
object.h 394 PyObject *tp_mro; /* method resolution order */ member in struct:_typeobject
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
object.h 394 PyObject *tp_mro; /* method resolution order */ member in struct:_typeobject
    [all...]
  /external/python/cpython2/Include/
object.h 394 PyObject *tp_mro; /* method resolution order */ member in struct:_typeobject
    [all...]
  /external/python/cpython3/Include/
object.h 416 PyObject *tp_mro; /* method resolution order */ member in struct:_typeobject
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
object.h 394 PyObject *tp_mro; /* method resolution order */ member in struct:_typeobject
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
object.h 394 PyObject *tp_mro; /* method resolution order */ member in struct:_typeobject
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 394 PyObject *tp_mro; /* method resolution order */ member in struct:_typeobject
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 394 PyObject *tp_mro; /* method resolution order */ member in struct:_typeobject
    [all...]

Completed in 120 milliseconds