Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_testcapimodule.c6516 } HeapCTypeWithWeakrefObject; typedef
6519 {"weakreflist", T_OBJECT, offsetof(HeapCTypeWithWeakrefObject, weakreflist)},
6521 offsetof(HeapCTypeWithWeakrefObject, weakreflist), READONLY},
6526 heapctypewithweakref_dealloc(HeapCTypeWithWeakrefObject* self) in heapctypewithweakref_dealloc()
6545 sizeof(HeapCTypeWithWeakrefObject),