Searched refs:numberOfReturnedMethods (Results 1 – 3 of 3) sorted by relevance
68 class_copyMethodList (Class class_, unsigned int *numberOfReturnedMethods) in class_copyMethodList() argument76 if (numberOfReturnedMethods) in class_copyMethodList()77 *numberOfReturnedMethods = 0; in class_copyMethodList()122 if (numberOfReturnedMethods) in class_copyMethodList()123 *numberOfReturnedMethods = count; in class_copyMethodList()
398 unsigned int *numberOfReturnedMethods) in protocol_copyMethodDescriptionList() argument408 if (numberOfReturnedMethods) in protocol_copyMethodDescriptionList()409 *numberOfReturnedMethods = 0; in protocol_copyMethodDescriptionList()418 if (numberOfReturnedMethods) in protocol_copyMethodDescriptionList()419 *numberOfReturnedMethods = 0; in protocol_copyMethodDescriptionList()450 if (numberOfReturnedMethods) in protocol_copyMethodDescriptionList()451 *numberOfReturnedMethods = count; in protocol_copyMethodDescriptionList()
726 objc_EXPORT Method * class_copyMethodList (Class class_, unsigned int *numberOfReturnedMethods);869 unsigned int *numberOfReturnedMethods);