Searched defs:protocol32_t (Results 1 – 1 of 1) sorted by relevance
2634 struct protocol32_t { struct2635 uint32_t isa; /* id * (32-bit pointer) */2636 uint32_t name; /* const char * (32-bit pointer) */2637 uint32_t protocols; /* struct protocol_list_t *2639 uint32_t instanceMethods; /* method_list_t * (32-bit pointer) */2640 uint32_t classMethods; /* method_list_t * (32-bit pointer) */2641 uint32_t optionalInstanceMethods; /* method_list_t * (32-bit pointer) */2642 uint32_t optionalClassMethods; /* method_list_t * (32-bit pointer) */2643 uint32_t instanceProperties; /* struct objc_property_list *