Lines Matching refs:NSAPI
14957 NSAPI::ClassId_NSMutableArray); in GetNSMutableArrayArgumentIndex()
14964 Optional<NSAPI::NSArrayMethodKind> MKOpt = in GetNSMutableArrayArgumentIndex()
14970 NSAPI::NSArrayMethodKind MK = *MKOpt; in GetNSMutableArrayArgumentIndex()
14973 case NSAPI::NSMutableArr_addObject: in GetNSMutableArrayArgumentIndex()
14974 case NSAPI::NSMutableArr_insertObjectAtIndex: in GetNSMutableArrayArgumentIndex()
14975 case NSAPI::NSMutableArr_setObjectAtIndexedSubscript: in GetNSMutableArrayArgumentIndex()
14977 case NSAPI::NSMutableArr_replaceObjectAtIndex: in GetNSMutableArrayArgumentIndex()
14992 NSAPI::ClassId_NSMutableDictionary); in GetNSMutableDictionaryArgumentIndex()
14999 Optional<NSAPI::NSDictionaryMethodKind> MKOpt = in GetNSMutableDictionaryArgumentIndex()
15005 NSAPI::NSDictionaryMethodKind MK = *MKOpt; in GetNSMutableDictionaryArgumentIndex()
15008 case NSAPI::NSMutableDict_setObjectForKey: in GetNSMutableDictionaryArgumentIndex()
15009 case NSAPI::NSMutableDict_setValueForKey: in GetNSMutableDictionaryArgumentIndex()
15010 case NSAPI::NSMutableDict_setObjectForKeyedSubscript: in GetNSMutableDictionaryArgumentIndex()
15023 NSAPI::ClassId_NSMutableSet); in GetNSSetArgumentIndex()
15027 NSAPI::ClassId_NSMutableOrderedSet); in GetNSSetArgumentIndex()
15034 Optional<NSAPI::NSSetMethodKind> MKOpt = S.NSAPIObj->getNSSetMethodKind(Sel); in GetNSSetArgumentIndex()
15039 NSAPI::NSSetMethodKind MK = *MKOpt; in GetNSSetArgumentIndex()
15042 case NSAPI::NSMutableSet_addObject: in GetNSSetArgumentIndex()
15043 case NSAPI::NSOrderedSet_setObjectAtIndex: in GetNSSetArgumentIndex()
15044 case NSAPI::NSOrderedSet_setObjectAtIndexedSubscript: in GetNSSetArgumentIndex()
15045 case NSAPI::NSOrderedSet_insertObjectAtIndex: in GetNSSetArgumentIndex()
15047 case NSAPI::NSOrderedSet_replaceObjectAtIndexWithObject: in GetNSSetArgumentIndex()