OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MethodStructPtr
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebCore/bridge/objc/
objc_header.h
37
typedef Method
MethodStructPtr
;
46
typedef struct objc_method*
MethodStructPtr
;
objc_class.mm
101
MethodStructPtr
* objcMethodList = class_copyMethodList(thisClass, &numMethodsInClass);
110
MethodStructPtr
objcMethod = objcMethodList[i];
Completed in 184 milliseconds