Searched defs:protocol32_t (Results 1 – 1 of 1) sorted by relevance
3721 struct protocol32_t { struct3722 uint32_t isa; /* id * (32-bit pointer) */3723 uint32_t name; /* const char * (32-bit pointer) */3724 uint32_t protocols; /* struct protocol_list_t *3726 uint32_t instanceMethods; /* method_list_t * (32-bit pointer) */3727 uint32_t classMethods; /* method_list_t * (32-bit pointer) */3728 uint32_t optionalInstanceMethods; /* method_list_t * (32-bit pointer) */3729 uint32_t optionalClassMethods; /* method_list_t * (32-bit pointer) */3730 uint32_t instanceProperties; /* struct objc_property_list *