Searched defs:protocol64_t (Results 1 – 1 of 1) sorted by relevance
2569 struct protocol64_t { struct2570 uint64_t isa; /* id * (64-bit pointer) */2571 uint64_t name; /* const char * (64-bit pointer) */2572 uint64_t protocols; /* struct protocol_list64_t *2574 uint64_t instanceMethods; /* method_list_t * (64-bit pointer) */2575 uint64_t classMethods; /* method_list_t * (64-bit pointer) */2576 uint64_t optionalInstanceMethods; /* method_list_t * (64-bit pointer) */2577 uint64_t optionalClassMethods; /* method_list_t * (64-bit pointer) */2578 uint64_t instanceProperties; /* struct objc_property_list *