Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/android/Python/deepfreeze/
Ddeepfreeze.c147868 _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_0); in _Py_Deepfreeze_Fini()
147869 _PyStaticUnicode_Dealloc((PyObject *)&const_str_AttributeError); in _Py_Deepfreeze_Fini()
147870 _PyStaticUnicode_Dealloc((PyObject *)&const_str_type); in _Py_Deepfreeze_Fini()
147871 _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_1_filename); in _Py_Deepfreeze_Fini()
147872 _PyStaticUnicode_Dealloc((PyObject *)&const_str__object_name); in _Py_Deepfreeze_Fini()
147874 _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_3_consts_0); in _Py_Deepfreeze_Fini()
147875 _PyStaticUnicode_Dealloc((PyObject *)&const_str_hasattr); in _Py_Deepfreeze_Fini()
147876 _PyStaticUnicode_Dealloc((PyObject *)&const_str_setattr); in _Py_Deepfreeze_Fini()
147877 _PyStaticUnicode_Dealloc((PyObject *)&const_str_update); in _Py_Deepfreeze_Fini()
147878 _PyStaticUnicode_Dealloc((PyObject *)&const_str__wrap); in _Py_Deepfreeze_Fini()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/
Dpycore_unicodeobject.h22 extern void _PyStaticUnicode_Dealloc(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/
Dpycore_unicodeobject.h22 extern void _PyStaticUnicode_Dealloc(PyObject *);
/aosp_15_r20/external/python/cpython3/Include/internal/
Dpycore_unicodeobject.h22 extern void _PyStaticUnicode_Dealloc(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/internal/
Dpycore_unicodeobject.h22 extern void _PyStaticUnicode_Dealloc(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/
Dpycore_unicodeobject.h22 extern void _PyStaticUnicode_Dealloc(PyObject *);
/aosp_15_r20/external/python/cpython3/Objects/
Dunicodeobject.c16161 _PyStaticUnicode_Dealloc(PyObject *op) in _PyStaticUnicode_Dealloc() function