Searched defs:protocol32_t (Results 1 – 2 of 2) sorted by relevance
2737 struct protocol32_t { struct2738 uint32_t isa; /* id * (32-bit pointer) */2739 uint32_t name; /* const char * (32-bit pointer) */2740 uint32_t protocols; /* struct protocol_list_t *2742 uint32_t instanceMethods; /* method_list_t * (32-bit pointer) */2743 uint32_t classMethods; /* method_list_t * (32-bit pointer) */2744 uint32_t optionalInstanceMethods; /* method_list_t * (32-bit pointer) */2745 uint32_t optionalClassMethods; /* method_list_t * (32-bit pointer) */2746 uint32_t instanceProperties; /* struct objc_property_list *
3505 struct protocol32_t { struct3506 uint32_t isa; /* id * (32-bit pointer) */3507 uint32_t name; /* const char * (32-bit pointer) */3508 uint32_t protocols; /* struct protocol_list_t *3510 uint32_t instanceMethods; /* method_list_t * (32-bit pointer) */3511 uint32_t classMethods; /* method_list_t * (32-bit pointer) */3512 uint32_t optionalInstanceMethods; /* method_list_t * (32-bit pointer) */3513 uint32_t optionalClassMethods; /* method_list_t * (32-bit pointer) */3514 uint32_t instanceProperties; /* struct objc_property_list *