Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dstringobject.h55 PyAPI_DATA(PyTypeObject) PyBaseString_Type;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dstringobject.h55 PyAPI_DATA(PyTypeObject) PyBaseString_Type;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_csv.c65 PyObject_TypeCheck(o, &PyBaseString_Type)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_csv.c65 PyObject_TypeCheck(o, &PyBaseString_Type)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dbltinmodule.c2306 if (PyObject_TypeCheck(result, &PyBaseString_Type)) { in builtin_sum()
2688 SETBUILTIN("basestring", &PyBaseString_Type); in _PyBuiltin_Init()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dbltinmodule.c2317 if (PyObject_TypeCheck(result, &PyBaseString_Type)) { in builtin_sum()
2699 SETBUILTIN("basestring", &PyBaseString_Type); in _PyBuiltin_Init()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dstringobject.c3765 PyTypeObject PyBaseString_Type = { variable
3846 &PyBaseString_Type, /* tp_base */
4263 !PyTuple_Check(args) && !PyObject_TypeCheck(args, &PyBaseString_Type)) in PyString_Format()
Dunicodeobject.c8379 !PyTuple_Check(args) && !PyObject_TypeCheck(args, &PyBaseString_Type)) in PyUnicode_Format()
8906 &PyBaseString_Type, /* tp_base */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dstringobject.c3744 PyTypeObject PyBaseString_Type = { variable
3825 &PyBaseString_Type, /* tp_base */
4243 !PyObject_TypeCheck(args, &PyBaseString_Type)) in PyString_Format()
Dunicodeobject.c8275 !PyObject_TypeCheck(args, &PyBaseString_Type)) in PyUnicode_Format()
8797 &PyBaseString_Type, /* tp_base */