Searched refs:objc_ivar (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dobjc-runtime-compat.m482 struct objc_ivar* ivar;
487 ((cls->ivars->ivar_count+1) * sizeof(struct objc_ivar)));
491 sizeof(struct objc_ivar));
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A Dobjc-runtime-compat.m482 struct objc_ivar* ivar;
487 ((cls->ivars->ivar_count+1) * sizeof(struct objc_ivar)));
491 sizeof(struct objc_ivar));
/macosx-10.10.1/objc4-646/runtime/
H A Druntime.h47 typedef struct objc_ivar *Ivar;
1658 struct objc_ivar { struct
1673 struct objc_ivar ivar_list[1] OBJC2_UNAVAILABLE;
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A Dobjc-runtime-compat.m509 struct objc_ivar* ivar;
514 ((cls->ivars->ivar_count+1) * sizeof(struct objc_ivar)));
518 sizeof(struct objc_ivar));

Completed in 123 milliseconds