Searched defs:PyBytes_GET_SIZE (Results 1 – 8 of 8) sorted by relevance
43 static inline Py_ssize_t PyBytes_GET_SIZE(PyObject *op) { in PyBytes_GET_SIZE() function48 # define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self)) macro
8 #define PyBytes_GET_SIZE PyString_GET_SIZE macro
37 #define PyBytes_GET_SIZE PyString_GET_SIZE macro
119 #define PyBytes_GET_SIZE PyString_GET_SIZE macro