Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dobject.h427 PyObject *ht_name, *ht_slots; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dobject.h427 PyObject *ht_name, *ht_slots; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dtypeobject.c211 Py_INCREF(et->ht_name); in type_name()
212 return et->ht_name; in type_name()
259 tmp = et->ht_name; in type_set_name()
260 et->ht_name = value; in type_set_name()
2324 et->ht_name = name; in type_new()
2656 Py_XDECREF(et->ht_name); in type_dealloc()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dtypeobject.c211 Py_INCREF(et->ht_name); in type_name()
212 return et->ht_name; in type_name()
256 Py_DECREF(et->ht_name); in type_set_name()
257 et->ht_name = value; in type_set_name()
2304 et->ht_name = name; in type_new()
2629 Py_XDECREF(et->ht_name); in type_dealloc()