Home
last modified time | relevance | path

Searched refs:ht_slots (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Include/
Dobject.h474 PyObject *ht_name, *ht_slots, *ht_qualname; member
/external/python/cpython2/Include/
Dobject.h427 PyObject *ht_name, *ht_slots; member
/external/python/cpython3/Objects/
Dtypeobject.c2593 et->ht_slots = slots; in type_new()
2726 if (et->ht_slots != NULL) { in type_new()
2729 PyTuple_GET_ITEM(et->ht_slots, i)); in type_new()
3301 Py_XDECREF(et->ht_slots); in type_dealloc()
3869 slots_a = ((PyHeapTypeObject *)a)->ht_slots; in same_slots_added()
3870 slots_b = ((PyHeapTypeObject *)b)->ht_slots; in same_slots_added()
/external/python/cpython2/Objects/
Dtypeobject.c2351 et->ht_slots = slots; in type_new()
2763 Py_XDECREF(et->ht_slots); in type_dealloc()
3161 slots_a = ((PyHeapTypeObject *)a)->ht_slots; in same_slots_added()
3162 slots_b = ((PyHeapTypeObject *)b)->ht_slots; in same_slots_added()