Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypeobject.c7067 update_one_slot(PyTypeObject *type, slotdef *p) in update_one_slot() function
7165 update_one_slot(type, *pp); in update_slots_callback()
7248 p = update_one_slot(type, p); in fixup_slot_dispatchers()
/external/python/cpython2/Objects/
Dtypeobject.c6315 update_one_slot(PyTypeObject *type, slotdef *p) function
6403 update_one_slot(type, *pp);
6476 p = update_one_slot(type, p);