Searched defs:protocol64_t (Results 1 – 2 of 2) sorted by relevance
2724 struct protocol64_t { struct2725 uint64_t isa; /* id * (64-bit pointer) */2726 uint64_t name; /* const char * (64-bit pointer) */2727 uint64_t protocols; /* struct protocol_list64_t *2729 uint64_t instanceMethods; /* method_list_t * (64-bit pointer) */2730 uint64_t classMethods; /* method_list_t * (64-bit pointer) */2731 uint64_t optionalInstanceMethods; /* method_list_t * (64-bit pointer) */2732 uint64_t optionalClassMethods; /* method_list_t * (64-bit pointer) */2733 uint64_t instanceProperties; /* struct objc_property_list *
3492 struct protocol64_t { struct3493 uint64_t isa; /* id * (64-bit pointer) */3494 uint64_t name; /* const char * (64-bit pointer) */3495 uint64_t protocols; /* struct protocol_list64_t *3497 uint64_t instanceMethods; /* method_list_t * (64-bit pointer) */3498 uint64_t classMethods; /* method_list_t * (64-bit pointer) */3499 uint64_t optionalInstanceMethods; /* method_list_t * (64-bit pointer) */3500 uint64_t optionalClassMethods; /* method_list_t * (64-bit pointer) */3501 uint64_t instanceProperties; /* struct objc_property_list *