/aosp_15_r20/external/cronet/third_party/protobuf/objectivec/Tests/ |
H A D | GPBConcurrencyTests.m | 68 - (void)startThreads:(NSArray *)threads { 74 - (void)joinThreads:(NSArray *)threads { 81 - (void)readForeignMessage:(NSArray *)messages { 101 - (void)readRepeatedInt32:(NSArray *)messages { 121 - (void)readRepeatedString:(NSArray *)messages { 141 - (void)readInt32Int32Map:(NSArray *)messages { 162 - (void)readStringStringMap:(NSArray *)messages { 183 - (void)readOptionalForeignMessageExtension:(NSArray *)messages {
|
/aosp_15_r20/external/protobuf/objectivec/Tests/ |
H A D | GPBConcurrencyTests.m | 68 - (void)startThreads:(NSArray *)threads { 74 - (void)joinThreads:(NSArray *)threads { 81 - (void)readForeignMessage:(NSArray *)messages { 101 - (void)readRepeatedInt32:(NSArray *)messages { 121 - (void)readRepeatedString:(NSArray *)messages { 141 - (void)readInt32Int32Map:(NSArray *)messages { 162 - (void)readStringStringMap:(NSArray *)messages { 183 - (void)readOptionalForeignMessageExtension:(NSArray *)messages {
|
/aosp_15_r20/external/clang/test/SemaObjC/ |
H A D | arc-setter-property-match.m | 15 - (void)setNames1:(NSArray *)names; 17 - (void)setNames2:(NSArray *)names; 19 - (void)setNames3:(__strong NSArray *)names; 21 - (void)setNames4:(__strong NSArray *)names; 27 - (void)setNames1:(NSArray *)names {} 29 - (void)setNames2:(NSArray *)names {} 31 - (void)setNames3:(__strong NSArray *)names {} 33 - (void)setNames4:(__strong NSArray *)names {}
|
H A D | cocoa-api-usage.m | 19 @interface NSArray : NSObject interface 24 @interface NSArray (NSArrayCreation) interface in NSArrayCreation 29 + (id)arrayWithArray:(NSArray *)array; 33 - (id)initWithArray:(NSArray *)array; 53 + (id)dictionaryWithObjects:(NSArray *)objects forKeys:(NSArray *)keys; 58 - (id)initWithObjects:(NSArray *)objects forKeys:(NSArray *)keys;
|
H A D | method-conflict-1.m | 10 @interface NSArray : NSObject @end interface 14 - (void)myMethod:(NSArray *)object; 21 …ning {{conflicting parameter types in implementation of 'myMethod1:': 'NSObject *' vs 'NSArray *'}}
|
H A D | property-category-4.m | 22 @interface NSArray interface 31 @interface NSArray(Additions) <MyCountable> interface in Additions 34 @implementation NSArray(Additions) implementation in Additions
|
H A D | invalid-typename.m | 6 - (oneway void)clientWithId:(bycopy NSString *)clientId
|
H A D | conditional-expr-7.m | 7 @interface NSArray : Super @end interface 18 @interface NSArray() <MyProtocol2> interface in MyProtocol2
|
/aosp_15_r20/external/clang/test/ARCMT/ |
H A D | objcmt-instancetype.m | 23 @interface NSArray : NSObject interface 28 @interface NSArray (NSArrayCreation) interface in NSArrayCreation 33 + arrayWithArray:(NSArray *)array; 37 - (id)initWithArray:(NSArray *)array; 42 @implementation NSArray (NSArrayCreation) implementation in NSArrayCreation 50 + arrayWithArray:(NSArray *)array { 56 - (id)initWithArray:(NSArray *)array { return 0; } 76 + (id)dictionaryWithObjects:(NSArray *)objects forKeys:(NSArray *)keys; 81 - (id)initWithObjects:(NSArray *)objects forKeys:(NSArray *)keys;
|
H A D | objcmt-subscripting-literals-in-arc.m | 23 @interface NSArray : NSObject interface 27 @interface NSArray (NSExtendedArray) interface in NSExtendedArray 31 @interface NSArray (NSArrayCreation) interface in NSArrayCreation 36 + (id)arrayWithArray:(NSArray *)array; 40 - (id)initWithArray:(NSArray *)array; 65 + (id)dictionaryWithObjects:(NSArray *)objects forKeys:(NSArray *)keys; 70 - (id)initWithObjects:(NSArray *)objects forKeys:(NSArray *)keys;
|
H A D | objcmt-subscripting-unavailable.m | 13 @interface NSArray : NSObject interface 17 @interface NSArray (NSArrayCreation) interface in NSArrayCreation 22 + (id)arrayWithArray:(NSArray *)array; 26 - (id)initWithArray:(NSArray *)array; 42 + (id)dictionaryWithObjects:(NSArray *)objects forKeys:(NSArray *)keys; 47 - (id)initWithObjects:(NSArray *)objects forKeys:(NSArray *)keys;
|
H A D | objcmt-subscripting-literals.m | 23 @interface NSArray : NSObject interface 27 @interface NSArray (NSExtendedArray) interface in NSExtendedArray 31 @interface NSArray (NSArrayCreation) interface in NSArrayCreation 36 + (id)arrayWithArray:(NSArray *)array; 40 - (id)initWithArray:(NSArray *)array; 65 + (id)dictionaryWithObjects:(NSArray *)objects forKeys:(NSArray *)keys; 70 - (id)initWithObjects:(NSArray *)objects forKeys:(NSArray *)keys;
|
H A D | objcmt-ns-nonatomic-iosonly.m | 62 - (void)setNames1:(NSArray *)names; 63 - (void)setNames4:(__strong NSArray *)names; 64 - (void)setNames3:(__strong NSArray *)names; 65 - (void)setNames2:(NSArray *)names; 229 @interface NSArray interface
|
H A D | objcmt-atomic-property.m | 55 - (void)setNames1:(NSArray *)names; 56 - (void)setNames4:(__strong NSArray *)names; 57 - (void)setNames3:(__strong NSArray *)names; 58 - (void)setNames2:(NSArray *)names; 222 @interface NSArray interface
|
H A D | objcmt-property.m | 55 - (void)setNames1:(NSArray *)names; 56 - (void)setNames4:(__strong NSArray *)names; 57 - (void)setNames3:(__strong NSArray *)names; 58 - (void)setNames2:(NSArray *)names; 225 @interface NSArray interface
|
/aosp_15_r20/external/antlr/runtime/ObjC/Framework/ |
H A D | TreeWizard.m | 215 + (TreeWizard *)newTreeWizard:(id<TreeAdaptor>)anAdaptor TokenNames:(NSArray *)theTokNams 220 + (TreeWizard *)newTreeWizardWithTokenNames:(NSArray *)theTokNams 251 - (id) initWithTokenNames:(NSArray *)theTokNams 262 - (id) initWithTokenNames:(id<TreeAdaptor>)anAdaptor TokenNames:(NSArray *)theTokNams 286 - (Map *)computeTokenTypes:(NSArray *)theTokNams
|
H A D | LinkedList.m | 207 + (LinkedList *)newLinkedList:(NSArray *)c 233 - (id) initWithC:(NSArray *)c 547 - (BOOL) addAll:(NSArray *)c 568 - (BOOL) addAll:(NSInteger)index c:(NSArray *)c
|
/aosp_15_r20/external/clang/test/Profile/ |
H A D | objc-general.m | 26 @interface NSArray : NSObject interface 39 + (void)foreach: (NSArray *)array; 46 + (void)foreach: (NSArray *)array
|
/aosp_15_r20/external/clang/test/Analysis/ |
H A D | NSContainers.m | 41 @interface NSArray : NSObject <NSCopying, NSMutableCopying, NSSecureCoding, NSFastEnumeration> interface 46 @interface NSArray (NSExtendedArray) interface in NSExtendedArray 51 @interface NSArray (NSArrayCreation) interface in NSArrayCreation 92 - (void)removeObjectsForKeys:(NSArray *)keyArray;
|
/aosp_15_r20/external/clang/test/Analysis/inlining/ |
H A D | path-notes.m | 46 @interface NSArray : NSObject <NSCopying, NSMutableCopying, NSSecureCoding, NSFastEnumeration> interface 53 @interface NSArray (NSExtendedArray) interface in NSExtendedArray 58 @interface NSArray (NSArrayCreation) interface in NSArrayCreation
|
/aosp_15_r20/external/protobuf/objectivec/ |
H A D | GPBCodedOutputStream.m | 863 - (void)writeStringArray:(int32_t)fieldNumber values:(NSArray *)values { 874 - (void)writeMessageArray:(int32_t)fieldNumber values:(NSArray *)values { 885 - (void)writeBytesArray:(int32_t)fieldNumber values:(NSArray *)values { 896 - (void)writeGroupArray:(int32_t)fieldNumber values:(NSArray *)values { 907 - (void)writeUnknownGroupArray:(int32_t)fieldNumber values:(NSArray *)values {
|
/aosp_15_r20/external/cronet/third_party/protobuf/objectivec/ |
H A D | GPBCodedOutputStream.m | 863 - (void)writeStringArray:(int32_t)fieldNumber values:(NSArray *)values { 874 - (void)writeMessageArray:(int32_t)fieldNumber values:(NSArray *)values { 885 - (void)writeBytesArray:(int32_t)fieldNumber values:(NSArray *)values { 896 - (void)writeGroupArray:(int32_t)fieldNumber values:(NSArray *)values { 907 - (void)writeUnknownGroupArray:(int32_t)fieldNumber values:(NSArray *)values {
|
/aosp_15_r20/external/clang/test/Rewriter/ |
H A D | rewrite-implementation.mm | 14 @interface NSArray @end interface 16 @implementation NSArray @end implementation
|
H A D | objc-modern-StretAPI-2.mm | 19 @interface NSArray interface 22 @implementation NSArray implementation
|
/aosp_15_r20/external/clang/test/FixIt/ |
H A D | fixit-static-object-decl.m | 14 @interface NSArray interface 27 NSArray (func2)() { return 0; } function
|