Home
last modified time | relevance | path

Searched refs:PyByteArray_Type (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dbytearrayobject.h31 PyAPI_DATA(PyTypeObject) PyByteArray_Type;
35 #define PyByteArray_Check(self) PyObject_TypeCheck(self, &PyByteArray_Type)
36 #define PyByteArray_CheckExact(self) (Py_TYPE(self) == &PyByteArray_Type)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dbytearrayobject.h31 PyAPI_DATA(PyTypeObject) PyByteArray_Type;
35 #define PyByteArray_Check(self) PyObject_TypeCheck(self, &PyByteArray_Type)
36 #define PyByteArray_CheckExact(self) (Py_TYPE(self) == &PyByteArray_Type)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dbytearrayobject.c163 return PyObject_CallFunctionObjArgs((PyObject *)&PyByteArray_Type, in PyByteArray_FromObject()
179 new = PyObject_New(PyByteArrayObject, &PyByteArray_Type); in PyByteArray_FromStringAndSize()
2893 PyTypeObject PyByteArray_Type = { variable
Dobject.c2089 if (PyType_Ready(&PyByteArray_Type) < 0) in _Py_ReadyTypes()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dbytearrayobject.c163 return PyObject_CallFunctionObjArgs((PyObject *)&PyByteArray_Type, in PyByteArray_FromObject()
179 new = PyObject_New(PyByteArrayObject, &PyByteArray_Type); in PyByteArray_FromStringAndSize()
2885 PyTypeObject PyByteArray_Type = { variable
Dobject.c2082 if (PyType_Ready(&PyByteArray_Type) < 0) in _Py_ReadyTypes()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dbltinmodule.c2702 SETBUILTIN("bytearray", &PyByteArray_Type); in _PyBuiltin_Init()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dbltinmodule.c2691 SETBUILTIN("bytearray", &PyByteArray_Type); in _PyBuiltin_Init()