Searched refs:_Py_TPFLAGS_MATCH_SELF (Results 1 – 12 of 12) sorted by relevance
| /third_party/python/Include/ |
| D | object.h | 380 #define _Py_TPFLAGS_MATCH_SELF (1UL << 22) macro
|
| /third_party/python/Objects/ |
| D | tupleobject.c | 921 _Py_TPFLAGS_MATCH_SELF | Py_TPFLAGS_SEQUENCE, /* tp_flags */
|
| D | setobject.c | 2111 _Py_TPFLAGS_MATCH_SELF, /* tp_flags */ 2212 _Py_TPFLAGS_MATCH_SELF, /* tp_flags */
|
| D | floatobject.c | 1949 _Py_TPFLAGS_MATCH_SELF, /* tp_flags */
|
| D | bytearrayobject.c | 2341 _Py_TPFLAGS_MATCH_SELF, /* tp_flags */
|
| D | bytesobject.c | 2916 _Py_TPFLAGS_MATCH_SELF, /* tp_flags */
|
| D | listobject.c | 3063 _Py_TPFLAGS_MATCH_SELF | Py_TPFLAGS_SEQUENCE, /* tp_flags */
|
| D | typeobject.c | 5734 if (PyType_HasFeature(base, _Py_TPFLAGS_MATCH_SELF)) { in inherit_special() 5735 type->tp_flags |= _Py_TPFLAGS_MATCH_SELF; in inherit_special()
|
| D | dictobject.c | 3556 _Py_TPFLAGS_MATCH_SELF | Py_TPFLAGS_MAPPING, /* tp_flags */
|
| D | longobject.c | 5671 _Py_TPFLAGS_MATCH_SELF, /* tp_flags */
|
| D | unicodeobject.c | 15760 _Py_TPFLAGS_MATCH_SELF, /* tp_flags */
|
| /third_party/python/Python/ |
| D | ceval.c | 1047 _Py_TPFLAGS_MATCH_SELF); in match_class()
|