Home
last modified time | relevance | path

Searched defs:basedict (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/python/cpython2/Modules/_ctypes/
Dstgdict.c322 StgDictObject *stgdict, *basedict; in PyCStructUnionType_update_stgdict() local
D_ctypes.c510 StgDictObject *basedict = PyType_stgdict((PyObject *)result->tp_base); in StructUnionType_new() local
/aosp_15_r20/external/python/cpython3/Modules/_ctypes/
Dstgdict.c353 StgDictObject *stgdict, *basedict; in PyCStructUnionType_update_stgdict() local
D_ctypes.c559 StgDictObject *basedict = PyType_stgdict((PyObject *)result->tp_base); in StructUnionType_new() local