Searched defs:SLOTNAME (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/python/cpython2/Objects/ |
D | typeobject.c | 5069 #define SLOT1BINFULL(FUNCNAME, TESTFUNC, SLOTNAME, OPSTR, ROPSTR) \ argument 5105 #define SLOT1BIN(FUNCNAME, SLOTNAME, OPSTR, ROPSTR) \ argument
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | typeobject.c | 7253 #define SLOT1BINFULL(FUNCNAME, TESTFUNC, SLOTNAME, DUNDER, RDUNDER) \ argument 7296 #define SLOT1BIN(FUNCNAME, SLOTNAME, DUNDER, RDUNDER) \ argument
|