HomeSort by: relevance | last modified time | path
    Searched defs:objc_method_description (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libobjc/objc/
runtime.h 74 objc_method_description does not add much to a SEL. But in other
76 objc_method_description exists). */
77 struct objc_method_description struct
714 objc_EXPORT struct objc_method_description * method_getDescription (Method method);
839 matching method, an objc_method_description structure with both
847 objc_EXPORT struct objc_method_description protocol_getMethodDescription (Protocol *protocol,
857 by a NULL objc_method_description (one with both fields set to
866 objc_EXPORT struct objc_method_description *protocol_copyMethodDescriptionList (Protocol *protocol,
  /src/external/gpl3/gcc.old/dist/libobjc/objc/
runtime.h 74 objc_method_description does not add much to a SEL. But in other
76 objc_method_description exists). */
77 struct objc_method_description struct
714 objc_EXPORT struct objc_method_description * method_getDescription (Method method);
839 matching method, an objc_method_description structure with both
847 objc_EXPORT struct objc_method_description protocol_getMethodDescription (Protocol *protocol,
857 by a NULL objc_method_description (one with both fields set to
866 objc_EXPORT struct objc_method_description *protocol_copyMethodDescriptionList (Protocol *protocol,

Completed in 31 milliseconds