Home
last modified time | relevance | path

Searched defs:PyBytes_GET_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/cpython/
Dbytesobject.h29 static inline Py_ssize_t PyBytes_GET_SIZE(PyObject *op) { in PyBytes_GET_SIZE() function
33 #define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self)) macro
/external/libxml2/python/
Dlibxml_wrap.h37 #define PyBytes_GET_SIZE PyString_GET_SIZE macro