• Home
  • Raw
  • Download

Lines Matching refs:NSAPI

9978                                                 NSAPI::ClassId_NSMutableArray);  in GetNSMutableArrayArgumentIndex()
9985 Optional<NSAPI::NSArrayMethodKind> MKOpt = in GetNSMutableArrayArgumentIndex()
9991 NSAPI::NSArrayMethodKind MK = *MKOpt; in GetNSMutableArrayArgumentIndex()
9994 case NSAPI::NSMutableArr_addObject: in GetNSMutableArrayArgumentIndex()
9995 case NSAPI::NSMutableArr_insertObjectAtIndex: in GetNSMutableArrayArgumentIndex()
9996 case NSAPI::NSMutableArr_setObjectAtIndexedSubscript: in GetNSMutableArrayArgumentIndex()
9998 case NSAPI::NSMutableArr_replaceObjectAtIndex: in GetNSMutableArrayArgumentIndex()
10013 NSAPI::ClassId_NSMutableDictionary); in GetNSMutableDictionaryArgumentIndex()
10020 Optional<NSAPI::NSDictionaryMethodKind> MKOpt = in GetNSMutableDictionaryArgumentIndex()
10026 NSAPI::NSDictionaryMethodKind MK = *MKOpt; in GetNSMutableDictionaryArgumentIndex()
10029 case NSAPI::NSMutableDict_setObjectForKey: in GetNSMutableDictionaryArgumentIndex()
10030 case NSAPI::NSMutableDict_setValueForKey: in GetNSMutableDictionaryArgumentIndex()
10031 case NSAPI::NSMutableDict_setObjectForKeyedSubscript: in GetNSMutableDictionaryArgumentIndex()
10044 NSAPI::ClassId_NSMutableSet); in GetNSSetArgumentIndex()
10048 NSAPI::ClassId_NSMutableOrderedSet); in GetNSSetArgumentIndex()
10055 Optional<NSAPI::NSSetMethodKind> MKOpt = S.NSAPIObj->getNSSetMethodKind(Sel); in GetNSSetArgumentIndex()
10060 NSAPI::NSSetMethodKind MK = *MKOpt; in GetNSSetArgumentIndex()
10063 case NSAPI::NSMutableSet_addObject: in GetNSSetArgumentIndex()
10064 case NSAPI::NSOrderedSet_setObjectAtIndex: in GetNSSetArgumentIndex()
10065 case NSAPI::NSOrderedSet_setObjectAtIndexedSubscript: in GetNSSetArgumentIndex()
10066 case NSAPI::NSOrderedSet_insertObjectAtIndex: in GetNSSetArgumentIndex()
10068 case NSAPI::NSOrderedSet_replaceObjectAtIndexWithObject: in GetNSSetArgumentIndex()