Lines Matching refs:NSAPI

12815                                                 NSAPI::ClassId_NSMutableArray);  in GetNSMutableArrayArgumentIndex()
12822 Optional<NSAPI::NSArrayMethodKind> MKOpt = in GetNSMutableArrayArgumentIndex()
12828 NSAPI::NSArrayMethodKind MK = *MKOpt; in GetNSMutableArrayArgumentIndex()
12831 case NSAPI::NSMutableArr_addObject: in GetNSMutableArrayArgumentIndex()
12832 case NSAPI::NSMutableArr_insertObjectAtIndex: in GetNSMutableArrayArgumentIndex()
12833 case NSAPI::NSMutableArr_setObjectAtIndexedSubscript: in GetNSMutableArrayArgumentIndex()
12835 case NSAPI::NSMutableArr_replaceObjectAtIndex: in GetNSMutableArrayArgumentIndex()
12850 NSAPI::ClassId_NSMutableDictionary); in GetNSMutableDictionaryArgumentIndex()
12857 Optional<NSAPI::NSDictionaryMethodKind> MKOpt = in GetNSMutableDictionaryArgumentIndex()
12863 NSAPI::NSDictionaryMethodKind MK = *MKOpt; in GetNSMutableDictionaryArgumentIndex()
12866 case NSAPI::NSMutableDict_setObjectForKey: in GetNSMutableDictionaryArgumentIndex()
12867 case NSAPI::NSMutableDict_setValueForKey: in GetNSMutableDictionaryArgumentIndex()
12868 case NSAPI::NSMutableDict_setObjectForKeyedSubscript: in GetNSMutableDictionaryArgumentIndex()
12881 NSAPI::ClassId_NSMutableSet); in GetNSSetArgumentIndex()
12885 NSAPI::ClassId_NSMutableOrderedSet); in GetNSSetArgumentIndex()
12892 Optional<NSAPI::NSSetMethodKind> MKOpt = S.NSAPIObj->getNSSetMethodKind(Sel); in GetNSSetArgumentIndex()
12897 NSAPI::NSSetMethodKind MK = *MKOpt; in GetNSSetArgumentIndex()
12900 case NSAPI::NSMutableSet_addObject: in GetNSSetArgumentIndex()
12901 case NSAPI::NSOrderedSet_setObjectAtIndex: in GetNSSetArgumentIndex()
12902 case NSAPI::NSOrderedSet_setObjectAtIndexedSubscript: in GetNSSetArgumentIndex()
12903 case NSAPI::NSOrderedSet_insertObjectAtIndex: in GetNSSetArgumentIndex()
12905 case NSAPI::NSOrderedSet_replaceObjectAtIndexWithObject: in GetNSSetArgumentIndex()