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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
typeobject.c 108 Called from mro_internal, which will subsequently be called on
367 static int mro_internal(PyTypeObject *);
400 if (mro_internal(subclass) < 0) {
488 if (mro_internal(type) < 0) {
1630 mro_internal(PyTypeObject *type) function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
typeobject.c 108 Called from mro_internal, which will subsequently be called on
361 static int mro_internal(PyTypeObject *);
394 if (mro_internal(subclass) < 0) {
482 if (mro_internal(type) < 0) {
1612 mro_internal(PyTypeObject *type) function
    [all...]
  /external/python/cpython2/Objects/
typeobject.c 129 Called from mro_internal, which will subsequently be called on
387 static int mro_internal(PyTypeObject *);
420 if (mro_internal(subclass) < 0) {
508 if (mro_internal(type) < 0) {
1654 mro_internal(PyTypeObject *type) function
    [all...]

Completed in 189 milliseconds