Searched defs:NSSet (Results 1 – 11 of 11) sorted by relevance
8 @interface NSSet : Super @end interface21 @interface NSSet() <MyProtocol> interface in MyProtocol
14 @interface NSSet : NSObject <MyProtocol> interface
45 @interface NSSet<T> : NSObject <NSCopying> interface92 @interface NSSet<T> (Searching) interface in Searching
22 typedef struct __CFSetRef * CFSetRef __attribute__((objc_bridge(NSSet))); // expected-error {{param… typedef
54 @interface NSSet : NSObject <NSCopying, NSMutableCopying, NSCoding, NSFastEnumeration> interface56 @interface NSSet (NSSetCreation) interface in NSSetCreation
42 @interface NSSet : NSObject <NSFastEnumeration> interface
38 @interface NSSet : NSObject <NSCopying> interface
29 @interface NSSet : NSObject <NSCopying, NSMutableCopying, NSCoding, NSFastEnumeration> - (NSUInteg… interface
41 @interface NSSet<T> : NSObject <NSCopying> interface89 @interface NSSet<T> (Searching) interface in Searching
6 @interface NSSet interface