Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypeobject.c6741 typedef struct wrapperbase slotdef; typedef
6791 static slotdef slotdefs[] = {
7031 static slotdef *ptrs[MAX_EQUIV]; in resolve_slotdups()
7032 slotdef *p, **pp; in resolve_slotdups()
7066 static slotdef *
7067 update_one_slot(PyTypeObject *type, slotdef *p) in update_one_slot()
7162 slotdef **pp = (slotdef **)data; in update_slots_callback()
7175 slotdef *p; in init_slotdefs()
7192 slotdef *p; in clear_slotdefs()
7203 slotdef *ptrs[MAX_EQUIV]; in update_slot()
[all …]
/external/python/cpython2/Objects/
Dtypeobject.c5990 typedef struct wrapperbase slotdef; typedef
6037 static slotdef slotdefs[] = {
6279 static slotdef *ptrs[MAX_EQUIV];
6280 slotdef *p, **pp;
6314 static slotdef *
6315 update_one_slot(PyTypeObject *type, slotdef *p)
6400 slotdef **pp = (slotdef **)data;
6412 slotdef *p;
6431 slotdef *ptrs[MAX_EQUIV];
6432 slotdef *p;
[all …]