Home
last modified time | relevance | path

Searched refs:tp_str (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dobject.c423 if (Py_TYPE(v)->tp_str == NULL) in _PyObject_Str()
430 res = (*Py_TYPE(v)->tp_str)(v); in _PyObject_Str()
529 if (Py_TYPE(v)->tp_str != NULL) in PyObject_Unicode()
530 res = (*Py_TYPE(v)->tp_str)(v); in PyObject_Unicode()
Dexceptions.c128 if (Py_TYPE(self)->tp_str != (reprfunc)BaseException_str) { in BaseException_unicode()
132 str = Py_TYPE(self)->tp_str((PyObject*)self); in BaseException_unicode()
Dtypeobject.c3866 COPYSLOT(tp_str);
5966 TPSLOT("__str__", tp_str, slot_tp_str, wrap_unaryfunc,
Dstringobject.c4002 result = Py_TYPE(val)->tp_str(val); in _PyString_FormatLong()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dobject.c423 if (Py_TYPE(v)->tp_str == NULL) in _PyObject_Str()
430 res = (*Py_TYPE(v)->tp_str)(v); in _PyObject_Str()
534 if (Py_TYPE(v)->tp_str != NULL) in PyObject_Unicode()
535 res = (*Py_TYPE(v)->tp_str)(v); in PyObject_Unicode()
Dexceptions.c128 if (Py_TYPE(self)->tp_str != (reprfunc)BaseException_str) { in BaseException_unicode()
132 str = Py_TYPE(self)->tp_str((PyObject*)self); in BaseException_unicode()
Dtypeobject.c3901 COPYSLOT(tp_str);
5892 TPSLOT("__str__", tp_str, slot_tp_str, wrap_unaryfunc,
Dstringobject.c4022 result = Py_TYPE(val)->tp_str(val); in _PyString_FormatLong()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dobject.h348 reprfunc tp_str; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dobject.h348 reprfunc tp_str; member