Home
last modified time | relevance | path

Searched refs:PyByteArray_CheckExact (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dbytearrayobject.h25 #define PyByteArray_CheckExact(self) Py_IS_TYPE(self, &PyByteArray_Type) macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dbytearrayobject.h25 #define PyByteArray_CheckExact(self) Py_IS_TYPE(self, &PyByteArray_Type) macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dbytearrayobject.h25 #define PyByteArray_CheckExact(self) Py_IS_TYPE(self, &PyByteArray_Type) macro
/aosp_15_r20/external/python/cpython3/Include/
Dbytearrayobject.h25 #define PyByteArray_CheckExact(self) Py_IS_TYPE(self, &PyByteArray_Type) macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dbytearrayobject.h25 #define PyByteArray_CheckExact(self) Py_IS_TYPE(self, &PyByteArray_Type) macro
/aosp_15_r20/external/python/cpython2/Include/
Dbytearrayobject.h36 #define PyByteArray_CheckExact(self) (Py_TYPE(self) == &PyByteArray_Type) macro
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dbytearray.rst32 .. c:function:: int PyByteArray_CheckExact(PyObject *o)
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dbytearray.rst31 .. c:function:: int PyByteArray_CheckExact(PyObject *o)
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/
Dcursor.c626 || PyUnicode_CheckExact(obj) || PyByteArray_CheckExact(obj)) { in need_adapt()
/aosp_15_r20/external/python/cpython3/Doc/data/
Drefcounts.dat83 PyByteArray_CheckExact:int:::
84 PyByteArray_CheckExact:PyObject*:o:0:
/aosp_15_r20/external/python/cpython3/Objects/
Dbytearrayobject.c1112 #define STRINGLIB_CHECK_EXACT PyByteArray_CheckExact
Dbytesobject.c3352 assert(PyByteArray_CheckExact(writer->buffer)); in _PyBytesWriter_CheckConsistency()
/aosp_15_r20/external/python/cpython3/Python/
Dspecialize.c1317 else if (PyByteArray_CheckExact(container)) { in _Py_Specialize_StoreSubscr()
/aosp_15_r20/external/python/cpython2/Objects/
Dbytesobject.c3221 assert(PyByteArray_CheckExact(writer->buffer)); in _PyBytesWriter_CheckConsistency()
Dbytearrayobject.c1144 #define STRINGLIB_CHECK_EXACT PyByteArray_CheckExact