HomeSort by relevance Sort by last modified time
    Searched refs:PyByteArray_Check (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
bytearrayobject.h 35 #define PyByteArray_Check(self) PyObject_TypeCheck(self, &PyByteArray_Type)
48 (assert(PyByteArray_Check(self)), \
50 #define PyByteArray_GET_SIZE(self) (assert(PyByteArray_Check(self)),Py_SIZE(self))
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
bytearrayobject.h 35 #define PyByteArray_Check(self) PyObject_TypeCheck(self, &PyByteArray_Type)
48 (assert(PyByteArray_Check(self)), \
50 #define PyByteArray_GET_SIZE(self) (assert(PyByteArray_Check(self)),Py_SIZE(self))

Completed in 57 milliseconds