Searched refs:ROPSTR (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Objects/ |
D | typeobject.c | 5069 #define SLOT1BINFULL(FUNCNAME, TESTFUNC, SLOTNAME, OPSTR, ROPSTR) \ argument 5082 method_is_overloaded(self, other, ROPSTR)) { \ 5084 other, ROPSTR, &rcache_str, "(O)", self); \ 5099 other, ROPSTR, &rcache_str, "(O)", self); \ 5105 #define SLOT1BIN(FUNCNAME, SLOTNAME, OPSTR, ROPSTR) \ argument 5106 SLOT1BINFULL(FUNCNAME, FUNCNAME, SLOTNAME, OPSTR, ROPSTR)
|
/external/python/cpython3/Objects/ |
D | typeobject.c | 6002 #define SLOT1BINFULL(FUNCNAME, TESTFUNC, SLOTNAME, OPSTR, ROPSTR) \ argument 6008 _Py_static_string(rop_id, ROPSTR); \ 6039 #define SLOT1BIN(FUNCNAME, SLOTNAME, OPSTR, ROPSTR) \ argument 6040 SLOT1BINFULL(FUNCNAME, FUNCNAME, SLOTNAME, OPSTR, ROPSTR)
|