Home
last modified time | relevance | path

Searched refs:numberOfReturnedMethods (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/libobjc/
H A Dmethods.c68 class_copyMethodList (Class class_, unsigned int *numberOfReturnedMethods) in class_copyMethodList() argument
76 if (numberOfReturnedMethods) in class_copyMethodList()
77 *numberOfReturnedMethods = 0; in class_copyMethodList()
122 if (numberOfReturnedMethods) in class_copyMethodList()
123 *numberOfReturnedMethods = count; in class_copyMethodList()
H A Dprotocols.c398 unsigned int *numberOfReturnedMethods) in protocol_copyMethodDescriptionList() argument
408 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()
/dflybsd-src/contrib/gcc-4.7/libobjc/objc/
H A Druntime.h726 objc_EXPORT Method * class_copyMethodList (Class class_, unsigned int *numberOfReturnedMethods);
869 unsigned int *numberOfReturnedMethods);