Home
last modified time | relevance | path

Searched refs:_PyUnicodeObject_CAST (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dunicodeobject.h244 #define _PyUnicodeObject_CAST(op) \ macro
331 data = _PyUnicodeObject_CAST(op)->data.any; in _PyUnicode_NONCOMPACT_DATA()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dunicodeobject.h244 #define _PyUnicodeObject_CAST(op) \ macro
331 data = _PyUnicodeObject_CAST(op)->data.any; in _PyUnicode_NONCOMPACT_DATA()
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dunicodeobject.h244 #define _PyUnicodeObject_CAST(op) \ macro
331 data = _PyUnicodeObject_CAST(op)->data.any; in _PyUnicode_NONCOMPACT_DATA()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dunicodeobject.h244 #define _PyUnicodeObject_CAST(op) \ macro
331 data = _PyUnicodeObject_CAST(op)->data.any; in _PyUnicode_NONCOMPACT_DATA()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dunicodeobject.h244 #define _PyUnicodeObject_CAST(op) \ macro
331 data = _PyUnicodeObject_CAST(op)->data.any; in _PyUnicode_NONCOMPACT_DATA()
/aosp_15_r20/external/python/cpython3/Python/
Dtraceback.c1117 data = _PyUnicodeObject_CAST(text)->data.any; in _Py_DumpASCII()
/aosp_15_r20/external/python/cpython3/Objects/
Dunicodeobject.c154 (_PyUnicodeObject_CAST(op)->data.any)
530 PyUnicodeObject *unicode = _PyUnicodeObject_CAST(op); in _PyUnicode_CheckConsistency()
1335 PyUnicodeObject *unicode = _PyUnicodeObject_CAST(op); in _PyUnicode_Dump()