Home
last modified time | relevance | path

Searched refs:solid_base (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/python/cpython2/Objects/
Dtypeobject.c1161 static PyTypeObject *solid_base(PyTypeObject *type);
1682 solid = solid_base(type); in mro_internal()
1699 if (!PyType_IsSubtype(solid, solid_base(t))) { in mro_internal()
1757 candidate = solid_base(base_i); in best_base()
1807 solid_base(PyTypeObject *type) in solid_base() function
1812 base = solid_base(type->tp_base); in solid_base()
/aosp_15_r20/external/python/cpython3/Objects/
Dtypeobject.c1523 static PyTypeObject *solid_base(PyTypeObject *type);
2026 solid = solid_base(type); in mro_check()
2040 if (!PyType_IsSubtype(solid, solid_base(base))) { in mro_check()
2203 candidate = solid_base(base_i); in best_base()
2260 solid_base(PyTypeObject *type) in solid_base() function
2265 base = solid_base(type->tp_base); in solid_base()
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDjython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META- ...