Searched defs:objc_protocol_t (Results 1 – 1 of 1) sorted by relevance
2818 struct objc_protocol_t { struct2819 uint32_t isa; /* struct objc_class * (32-bit pointer) */2820 uint32_t protocol_name; /* char * (32-bit pointer) */2821 uint32_t protocol_list; /* struct objc_protocol_list * (32-bit pointer) */2822 uint32_t instance_methods; /* struct objc_method_description_list *2824 uint32_t class_methods; /* struct objc_method_description_list *