Home
last modified time | relevance | path

Searched defs:PyUnicode_READY (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dunicodeobject.h492 static inline int PyUnicode_READY(PyObject *op) in PyUnicode_READY() function
500 # define PyUnicode_READY(op) PyUnicode_READY(_PyObject_CAST(op)) macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dunicodeobject.h492 static inline int PyUnicode_READY(PyObject *op) in PyUnicode_READY() function
500 # define PyUnicode_READY(op) PyUnicode_READY(_PyObject_CAST(op)) macro
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dunicodeobject.h492 static inline int PyUnicode_READY(PyObject *op) in PyUnicode_READY() function
500 # define PyUnicode_READY(op) PyUnicode_READY(_PyObject_CAST(op)) macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dunicodeobject.h492 static inline int PyUnicode_READY(PyObject *op) in PyUnicode_READY() function
500 # define PyUnicode_READY(op) PyUnicode_READY(_PyObject_CAST(op)) macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dunicodeobject.h492 static inline int PyUnicode_READY(PyObject *op) in PyUnicode_READY() function
500 # define PyUnicode_READY(op) PyUnicode_READY(_PyObject_CAST(op)) macro
/aosp_15_r20/external/python/cpython3/Objects/
Dunicodeobject.c157 #define PyUnicode_READY(op) \ macro