Searched defs:protocol32_t (Results 1 – 1 of 1) sorted by relevance
3492 struct protocol32_t { struct3493 uint32_t isa; /* id * (32-bit pointer) */3494 uint32_t name; /* const char * (32-bit pointer) */3495 uint32_t protocols; /* struct protocol_list_t *3497 uint32_t instanceMethods; /* method_list_t * (32-bit pointer) */3498 uint32_t classMethods; /* method_list_t * (32-bit pointer) */3499 uint32_t optionalInstanceMethods; /* method_list_t * (32-bit pointer) */3500 uint32_t optionalClassMethods; /* method_list_t * (32-bit pointer) */3501 uint32_t instanceProperties; /* struct objc_property_list *