Home
last modified time | relevance | path

Searched refs:DICTFLAG_FINAL (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Modules/_ctypes/
Dstgdict.c428 if (stgdict->flags & DICTFLAG_FINAL) {/* is final ? */ in PyCStructUnionType_update_stgdict()
526 dict->flags |= DICTFLAG_FINAL; /* mark field type final */ in PyCStructUnionType_update_stgdict()
890 if (stgdict->flags & DICTFLAG_FINAL) { in PyCStructUnionType_update_stgdict()
895 stgdict->flags |= DICTFLAG_FINAL; in PyCStructUnionType_update_stgdict()
Dctypes.h294 #define DICTFLAG_FINAL 0x1000 macro
D_ctypes.c555 dict->flags &= ~DICTFLAG_FINAL; /* clear the 'final' flag in the subclass dict */ in StructUnionType_new()
556 basedict->flags |= DICTFLAG_FINAL; /* set the 'final' flag in the baseclass dict */ in StructUnionType_new()
2994 dict->flags |= DICTFLAG_FINAL; in PyCData_FromBaseObj()
3040 dict->flags |= DICTFLAG_FINAL; in PyCData_AtAddress()
3229 dict->flags |= DICTFLAG_FINAL; in GenericPyCData_new()