Searched refs:objc_method_description (Results 1 – 5 of 5) sorted by relevance
355 struct objc_method_description protocol_getMethodDescription (Protocol *protocol, in protocol_getMethodDescription()360 struct objc_method_description no_result = { NULL, NULL }; in protocol_getMethodDescription()395 struct objc_method_description *protocol_copyMethodDescriptionList (Protocol *protocol, in protocol_copyMethodDescriptionList()402 struct objc_method_description *returnValue = NULL; in protocol_copyMethodDescriptionList()438 …returnValue = (struct objc_method_description *)(malloc (sizeof (struct objc_method_description) *… in protocol_copyMethodDescriptionList()
59 struct objc_method_description *64 return (struct objc_method_description *)method; in method_getDescription()
141 struct objc_method_description *method = &method_list->list[i]; in __objc_register_selectors_from_description_list()
77 struct objc_method_description struct714 objc_EXPORT struct objc_method_description * method_getDescription (Method method);847 objc_EXPORT struct objc_method_description protocol_getMethodDescription (Protocol *protocol, 866 objc_EXPORT struct objc_method_description *protocol_copyMethodDescriptionList (Protocol *protocol,
160 struct objc_method_description list[1];