Home
last modified time | relevance | path

Searched refs:FLSLOT (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Objects/
Dtypeobject.c5993 #undef FLSLOT
6006 #define FLSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC, FLAGS) \ macro
6050 FLSLOT("__call__", tp_call, slot_tp_call, (wrapperfunc)wrap_call,
6083 FLSLOT("__init__", tp_init, slot_tp_init, (wrapperfunc)wrap_init,
/external/python/cpython3/Objects/
Dtypeobject.c7076 #undef FLSLOT
7090 #define FLSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC, FLAGS) \ macro
7132 FLSLOT("__call__", tp_call, slot_tp_call, (wrapperfunc)(void(*)(void))wrap_call,
7168 FLSLOT("__init__", tp_init, slot_tp_init, (wrapperfunc)(void(*)(void))wrap_init,