Lines Matching refs:NSAPI

16406                                                 NSAPI::ClassId_NSMutableArray);  in GetNSMutableArrayArgumentIndex()
16413 Optional<NSAPI::NSArrayMethodKind> MKOpt = in GetNSMutableArrayArgumentIndex()
16419 NSAPI::NSArrayMethodKind MK = *MKOpt; in GetNSMutableArrayArgumentIndex()
16422 case NSAPI::NSMutableArr_addObject: in GetNSMutableArrayArgumentIndex()
16423 case NSAPI::NSMutableArr_insertObjectAtIndex: in GetNSMutableArrayArgumentIndex()
16424 case NSAPI::NSMutableArr_setObjectAtIndexedSubscript: in GetNSMutableArrayArgumentIndex()
16426 case NSAPI::NSMutableArr_replaceObjectAtIndex: in GetNSMutableArrayArgumentIndex()
16441 NSAPI::ClassId_NSMutableDictionary); in GetNSMutableDictionaryArgumentIndex()
16448 Optional<NSAPI::NSDictionaryMethodKind> MKOpt = in GetNSMutableDictionaryArgumentIndex()
16454 NSAPI::NSDictionaryMethodKind MK = *MKOpt; in GetNSMutableDictionaryArgumentIndex()
16457 case NSAPI::NSMutableDict_setObjectForKey: in GetNSMutableDictionaryArgumentIndex()
16458 case NSAPI::NSMutableDict_setValueForKey: in GetNSMutableDictionaryArgumentIndex()
16459 case NSAPI::NSMutableDict_setObjectForKeyedSubscript: in GetNSMutableDictionaryArgumentIndex()
16472 NSAPI::ClassId_NSMutableSet); in GetNSSetArgumentIndex()
16476 NSAPI::ClassId_NSMutableOrderedSet); in GetNSSetArgumentIndex()
16483 Optional<NSAPI::NSSetMethodKind> MKOpt = S.NSAPIObj->getNSSetMethodKind(Sel); in GetNSSetArgumentIndex()
16488 NSAPI::NSSetMethodKind MK = *MKOpt; in GetNSSetArgumentIndex()
16491 case NSAPI::NSMutableSet_addObject: in GetNSSetArgumentIndex()
16492 case NSAPI::NSOrderedSet_setObjectAtIndex: in GetNSSetArgumentIndex()
16493 case NSAPI::NSOrderedSet_setObjectAtIndexedSubscript: in GetNSSetArgumentIndex()
16494 case NSAPI::NSOrderedSet_insertObjectAtIndex: in GetNSSetArgumentIndex()
16496 case NSAPI::NSOrderedSet_replaceObjectAtIndexWithObject: in GetNSSetArgumentIndex()