Searched refs:objc_method (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dobjc-runtime-compat.m429 struct objc_method* objcMethod;
432 2*sizeof(struct objc_method));
450 struct objc_method* objcMethod;
454 (sizeof(struct objc_method
635 ((count+1) * sizeof(struct objc_method)));
641 ((count+1) * sizeof(struct objc_method)));
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A Dobjc-runtime-compat.m429 struct objc_method* objcMethod;
432 2*sizeof(struct objc_method));
450 struct objc_method* objcMethod;
454 (sizeof(struct objc_method
635 ((count+1) * sizeof(struct objc_method)));
641 ((count+1) * sizeof(struct objc_method)));
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DObjCLegacyAbstraction.hpp43 struct objc_method { struct
57 struct objc_method<A> method_list[0];
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A Dobjc-runtime-compat.m456 struct objc_method* objcMethod;
459 2*sizeof(struct objc_method));
477 struct objc_method* objcMethod;
481 (sizeof(struct objc_method
662 ((count+1) * sizeof(struct objc_method)));
668 ((count+1) * sizeof(struct objc_method)));
/macosx-10.10.1/objc4-646/runtime/
H A Druntime.h44 typedef struct objc_method *Method;
1677 struct objc_method { struct
1691 struct objc_method method_list[1] OBJC2_UNAVAILABLE;
1771 OBJC_EXPORT unsigned method_getArgumentInfo(struct objc_method *m, int arg, const char **type, int *offset) OBJC2_UNAVAILABLE;

Completed in 193 milliseconds