Home
last modified time | relevance | path

Searched refs:PyModuleDef_Base (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dmoduleobject.h44 typedef struct PyModuleDef_Base { struct
49 } PyModuleDef_Base; argument
75 PyModuleDef_Base m_base;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dmoduleobject.h44 typedef struct PyModuleDef_Base { struct
49 } PyModuleDef_Base; argument
75 PyModuleDef_Base m_base;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dmoduleobject.h44 typedef struct PyModuleDef_Base { struct
49 } PyModuleDef_Base; typedef
75 PyModuleDef_Base m_base;
/aosp_15_r20/external/python/cpython3/Include/
Dmoduleobject.h44 typedef struct PyModuleDef_Base { struct
49 } PyModuleDef_Base; argument
75 PyModuleDef_Base m_base;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dmoduleobject.h44 typedef struct PyModuleDef_Base { struct
49 } PyModuleDef_Base; argument
75 PyModuleDef_Base m_base;
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat396 type,PyModuleDef_Base,3.2,,full-abi
Dpython3.11.abi9156 …<class-decl name='PyModuleDef_Base' size-in-bits='320' is-struct='yes' visibility='default' filepa…
9171 …<typedef-decl name='PyModuleDef_Base' type-id='type-id-533' filepath='./Include/moduleobject.h' li…
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dmodule.rst146 .. c:member:: PyModuleDef_Base m_base
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml102 [struct.PyModuleDef_Base]