Searched refs:Protocol (Results 1 - 25 of 101) sorted by relevance

12345

/macosx-10.10.1/CPAN-56/Modules/LWP-Protocol-https-6.03/
H A DMakefile1 NAME = LWP-Protocol-https
/macosx-10.10.1/CPAN-56/Modules/LWP-Protocol-https-6.04/
H A DMakefile1 NAME = LWP-Protocol-https
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dformal-protocol.h20 PyObject* PyObjCFormalProtocol_ForProtocol(Protocol* protocol);
21 Protocol* PyObjCFormalProtocol_GetProtocol(PyObject* protocol);
H A Dobjc-runtime-compat.h26 #include <objc/Protocol.h>
85 extern BOOL (*PyObjC_preclass_addProtocol)(Class cls, Protocol *protocol);
104 extern Protocol** (*PyObjC_class_copyProtocolList)(Class, unsigned int*);
121 extern Protocol** (*PyObjC_objc_copyProtocolList)(unsigned int* outCount);
122 extern Protocol* (*PyObjC_objc_getProtocol)(char* name);
123 extern struct objc_method_description_list* (*PyObjC_protocol_copyInstanceMethodDescriptionList)(Protocol* proto);
124 extern struct objc_method_description_list* (*PyObjC_protocol_copyClassMethodDescriptionList)(Protocol *proto);
125 extern struct objc_method_description_list* (*PyObjC_protocol_copyOptionalInstanceMethodDescriptionList)(Protocol *proto);
126 extern struct objc_method_description_list* (*PyObjC_protocol_copyOptionalClassMethodDescriptionList)(Protocol *proto);
128 extern BOOL (*PyObjC_protocol_conformsToProtocol)(Protocol *prot
[all...]
H A Dobjc-runtime-compat.m33 typedef struct _ProtocolTemplate { @defs(Protocol) } ProtocolTemplate;
49 static Protocol** compat_objc_copyProtocolList(unsigned int* outCount)
51 Protocol** protocols = NULL;
69 protocols = malloc(sizeof(Protocol*) * nprotos);
74 Protocol** tmp = realloc(protocols,
75 sizeof(Protocol*) * (*outCount+nprotos));
84 protocols[(*outCount)++] = (Protocol*)&protos[i];
386 static Protocol**
389 Protocol** list;
397 list = realloc(list, (count + protocol_list->count)*sizeof(Protocol*));
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A Dformal-protocol.h20 PyObject* PyObjCFormalProtocol_ForProtocol(Protocol* protocol);
21 Protocol* PyObjCFormalProtocol_GetProtocol(PyObject* protocol);
H A Dobjc-runtime-compat.h26 #include <objc/Protocol.h>
85 extern BOOL (*PyObjC_preclass_addProtocol)(Class cls, Protocol *protocol);
104 extern Protocol** (*PyObjC_class_copyProtocolList)(Class, unsigned int*);
121 extern Protocol** (*PyObjC_objc_copyProtocolList)(unsigned int* outCount);
122 extern Protocol* (*PyObjC_objc_getProtocol)(char* name);
123 extern struct objc_method_description_list* (*PyObjC_protocol_copyInstanceMethodDescriptionList)(Protocol* proto);
124 extern struct objc_method_description_list* (*PyObjC_protocol_copyClassMethodDescriptionList)(Protocol *proto);
125 extern struct objc_method_description_list* (*PyObjC_protocol_copyOptionalInstanceMethodDescriptionList)(Protocol *proto);
126 extern struct objc_method_description_list* (*PyObjC_protocol_copyOptionalClassMethodDescriptionList)(Protocol *proto);
128 extern BOOL (*PyObjC_protocol_conformsToProtocol)(Protocol *prot
[all...]
H A Dobjc-runtime-compat.m33 typedef struct _ProtocolTemplate { @defs(Protocol) } ProtocolTemplate;
49 static Protocol** compat_objc_copyProtocolList(unsigned int* outCount)
51 Protocol** protocols = NULL;
69 protocols = malloc(sizeof(Protocol*) * nprotos);
74 Protocol** tmp = realloc(protocols,
75 sizeof(Protocol*) * (*outCount+nprotos));
84 protocols[(*outCount)++] = (Protocol*)&protos[i];
386 static Protocol**
389 Protocol** list;
397 list = realloc(list, (count + protocol_list->count)*sizeof(Protocol*));
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A Dformal-protocol.h20 PyObject* PyObjCFormalProtocol_ForProtocol(Protocol* protocol);
21 Protocol* PyObjCFormalProtocol_GetProtocol(PyObject* protocol);
H A Dobjc-runtime-compat.h26 #include <objc/Protocol.h>
84 extern BOOL (*PyObjC_preclass_addProtocol)(Class cls, Protocol *protocol);
103 extern Protocol** (*PyObjC_class_copyProtocolList)(Class, unsigned int*);
120 extern Protocol** (*PyObjC_objc_copyProtocolList)(unsigned int* outCount);
121 extern Protocol* (*PyObjC_objc_getProtocol)(const char* name);
122 extern struct objc_method_description_list* (*PyObjC_protocol_copyInstanceMethodDescriptionList)(Protocol* proto);
123 extern struct objc_method_description_list* (*PyObjC_protocol_copyClassMethodDescriptionList)(Protocol *proto);
124 extern struct objc_method_description_list* (*PyObjC_protocol_copyOptionalInstanceMethodDescriptionList)(Protocol *proto);
125 extern struct objc_method_description_list* (*PyObjC_protocol_copyOptionalClassMethodDescriptionList)(Protocol *proto);
127 extern BOOL (*PyObjC_protocol_conformsToProtocol)(Protocol *prot
[all...]
H A Dobjc-runtime-compat.m33 typedef struct _ProtocolTemplate { @defs(Protocol) } ProtocolTemplate;
49 static Protocol** compat_objc_copyProtocolList(unsigned int* outCount)
51 Protocol** protocols = NULL;
69 protocols = malloc(sizeof(Protocol*) * nprotos);
74 Protocol** tmp = realloc(protocols,
75 sizeof(Protocol*) * (*outCount+nprotos));
84 protocols[(*outCount)++] = (Protocol*)&protos[i];
90 static Protocol* compat_objc_getProtocol(const char* name)
107 Protocol* p = (Protocol*)
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/Shared/API/Cocoa/
H A D_WKRemoteObjectInterface.h35 + (instancetype)remoteObjectInterfaceWithProtocol:(Protocol *)protocol;
37 - (id)initWithProtocol:(Protocol *)protocol identifier:(NSString *)identifier;
39 @property (readonly) Protocol *protocol;
H A DWKRemoteObject.mm52 - (BOOL)conformsToProtocol:(Protocol *)protocol
57 static const char* methodArgumentTypeEncodingForSelector(Protocol *protocol, SEL selector)
77 Protocol *protocol = [_interface protocol];
H A D_WKRemoteObjectInterface.mm37 const char *_protocol_getMethodTypeEncoding(Protocol *p, SEL sel, BOOL isRequiredMethod, BOOL isInstanceMethod);
126 - (id)initWithProtocol:(Protocol *)protocol identifier:(NSString *)identifier
139 + (instancetype)remoteObjectInterfaceWithProtocol:(Protocol *)protocol
177 static const char* methodArgumentTypeEncodingForSelector(Protocol *protocol, SEL selector)
/macosx-10.10.1/objc4-646/runtime/
H A DProtocol.h24 Protocol.h
33 // typedef Protocol is here:
41 // All methods of class Protocol are unavailable.
45 @interface Protocol : NSObject
54 @interface Protocol : Object
69 - (BOOL) conformsTo: (Protocol *)aProtocolObject OBJC2_UNAVAILABLE;
H A DProtocol.mm24 Protocol.h
38 #include "Protocol.h"
48 @implementation Protocol
51 // fixme hack - make Protocol a non-lazy class
56 - (BOOL) conformsTo: (Protocol *)aProtocolObj
95 Class protoClass = objc_getClass("Protocol");
103 return [other isKindOf:[Protocol class]] && [self conformsTo: other] && [other conformsTo: self];
H A Druntime.h76 @class Protocol;
78 typedef struct objc_object Protocol; typedef in typeref:struct:objc_object
579 OBJC_EXPORT BOOL class_conformsToProtocol(Class cls, Protocol *protocol)
589 * @return An array of pointers of type Protocol* describing the protocols adopted
595 OBJC_EXPORT Protocol * __unsafe_unretained *class_copyProtocolList(Class cls, unsigned int *outCount)
714 OBJC_EXPORT BOOL class_addProtocol(Class cls, Protocol *protocol)
1109 OBJC_EXPORT Protocol *objc_getProtocol(const char *name)
1122 OBJC_EXPORT Protocol * __unsafe_unretained *objc_copyProtocolList(unsigned int *outCount)
1140 OBJC_EXPORT BOOL protocol_conformsToProtocol(Protocol *proto, Protocol *othe
[all...]
H A DNSObject.h32 - (BOOL)conformsToProtocol:(Protocol *)aProtocol;
76 + (BOOL)conformsToProtocol:(Protocol *)protocol;
/macosx-10.10.1/JavaScriptCore-7600.1.17/API/
H A DJSWrapperMap.h45 Protocol *getJSExportProtocol();
H A DObjcRuntimeExtras.h30 inline bool protocolImplementsProtocol(Protocol *candidate, Protocol *target)
33 Protocol ** protocolProtocols = protocol_copyProtocolList(candidate, &protocolProtocolsCount);
44 inline void forEachProtocolImplementingProtocol(Class cls, Protocol *target, void (^callback)(Protocol *))
49 Vector<Protocol *> worklist;
54 Protocol ** protocols = class_copyProtocolList(cls, &protocolsCount);
59 Protocol *protocol = worklist.last();
62 // Are we encountering this Protocol for the first time?
86 inline void forEachMethodInProtocol(Protocol *protoco
[all...]
H A DObjCCallbackFunction.h35 JSObjectRef objCCallbackFunctionForMethod(JSContext *, Class, Protocol *, BOOL isInstanceMethod, SEL, const char* types);
37 JSObjectRef objCCallbackFunctionForInit(JSContext *, Class, Protocol *, SEL, const char* types);
/macosx-10.10.1/objc4-646/test/
H A DbadTagClass.m16 #include <objc/Protocol.h>
H A Dincludes.c11 #include <objc/Protocol.h>
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/test/
H A Dprotocol.m29 Protocol* p;
/macosx-10.10.1/libclosure-65/RewriterBlockTest/
H A Dsimpleblock.cpp13 typedef struct objc_object Protocol; typedef in typeref:struct:objc_object
31 __OBJC_RW_EXTERN Protocol *objc_getProtocol(const char *);

Completed in 242 milliseconds

12345