Lines Matching refs:NSAPI
15298 NSAPI::ClassId_NSMutableArray); in GetNSMutableArrayArgumentIndex()
15305 Optional<NSAPI::NSArrayMethodKind> MKOpt = in GetNSMutableArrayArgumentIndex()
15311 NSAPI::NSArrayMethodKind MK = *MKOpt; in GetNSMutableArrayArgumentIndex()
15314 case NSAPI::NSMutableArr_addObject: in GetNSMutableArrayArgumentIndex()
15315 case NSAPI::NSMutableArr_insertObjectAtIndex: in GetNSMutableArrayArgumentIndex()
15316 case NSAPI::NSMutableArr_setObjectAtIndexedSubscript: in GetNSMutableArrayArgumentIndex()
15318 case NSAPI::NSMutableArr_replaceObjectAtIndex: in GetNSMutableArrayArgumentIndex()
15333 NSAPI::ClassId_NSMutableDictionary); in GetNSMutableDictionaryArgumentIndex()
15340 Optional<NSAPI::NSDictionaryMethodKind> MKOpt = in GetNSMutableDictionaryArgumentIndex()
15346 NSAPI::NSDictionaryMethodKind MK = *MKOpt; in GetNSMutableDictionaryArgumentIndex()
15349 case NSAPI::NSMutableDict_setObjectForKey: in GetNSMutableDictionaryArgumentIndex()
15350 case NSAPI::NSMutableDict_setValueForKey: in GetNSMutableDictionaryArgumentIndex()
15351 case NSAPI::NSMutableDict_setObjectForKeyedSubscript: in GetNSMutableDictionaryArgumentIndex()
15364 NSAPI::ClassId_NSMutableSet); in GetNSSetArgumentIndex()
15368 NSAPI::ClassId_NSMutableOrderedSet); in GetNSSetArgumentIndex()
15375 Optional<NSAPI::NSSetMethodKind> MKOpt = S.NSAPIObj->getNSSetMethodKind(Sel); in GetNSSetArgumentIndex()
15380 NSAPI::NSSetMethodKind MK = *MKOpt; in GetNSSetArgumentIndex()
15383 case NSAPI::NSMutableSet_addObject: in GetNSSetArgumentIndex()
15384 case NSAPI::NSOrderedSet_setObjectAtIndex: in GetNSSetArgumentIndex()
15385 case NSAPI::NSOrderedSet_setObjectAtIndexedSubscript: in GetNSSetArgumentIndex()
15386 case NSAPI::NSOrderedSet_insertObjectAtIndex: in GetNSSetArgumentIndex()
15388 case NSAPI::NSOrderedSet_replaceObjectAtIndexWithObject: in GetNSSetArgumentIndex()