• Home
  • Raw
  • Download

Lines Matching refs:NSAPI

8321       S.NSAPIObj->getNSClassId(NSAPI::ClassId_NSMutableArray);  in GetNSMutableArrayArgumentIndex()
8341 Optional<NSAPI::NSArrayMethodKind> MKOpt = in GetNSMutableArrayArgumentIndex()
8347 NSAPI::NSArrayMethodKind MK = *MKOpt; in GetNSMutableArrayArgumentIndex()
8350 case NSAPI::NSMutableArr_addObject: in GetNSMutableArrayArgumentIndex()
8351 case NSAPI::NSMutableArr_insertObjectAtIndex: in GetNSMutableArrayArgumentIndex()
8352 case NSAPI::NSMutableArr_setObjectAtIndexedSubscript: in GetNSMutableArrayArgumentIndex()
8354 case NSAPI::NSMutableArr_replaceObjectAtIndex: in GetNSMutableArrayArgumentIndex()
8370 S.NSAPIObj->getNSClassId(NSAPI::ClassId_NSMutableDictionary); in GetNSMutableDictionaryArgumentIndex()
8390 Optional<NSAPI::NSDictionaryMethodKind> MKOpt = in GetNSMutableDictionaryArgumentIndex()
8396 NSAPI::NSDictionaryMethodKind MK = *MKOpt; in GetNSMutableDictionaryArgumentIndex()
8399 case NSAPI::NSMutableDict_setObjectForKey: in GetNSMutableDictionaryArgumentIndex()
8400 case NSAPI::NSMutableDict_setValueForKey: in GetNSMutableDictionaryArgumentIndex()
8401 case NSAPI::NSMutableDict_setObjectForKeyedSubscript: in GetNSMutableDictionaryArgumentIndex()
8416 S.NSAPIObj->getNSClassId(NSAPI::ClassId_NSMutableSet); in GetNSSetArgumentIndex()
8431 S.NSAPIObj->getNSClassId(NSAPI::ClassId_NSCountedSet); in GetNSSetArgumentIndex()
8446 S.NSAPIObj->getNSClassId(NSAPI::ClassId_NSMutableOrderedSet); in GetNSSetArgumentIndex()
8474 Optional<NSAPI::NSSetMethodKind> MKOpt = S.NSAPIObj->getNSSetMethodKind(Sel); in GetNSSetArgumentIndex()
8479 NSAPI::NSSetMethodKind MK = *MKOpt; in GetNSSetArgumentIndex()
8482 case NSAPI::NSMutableSet_addObject: in GetNSSetArgumentIndex()
8483 case NSAPI::NSOrderedSet_setObjectAtIndex: in GetNSSetArgumentIndex()
8484 case NSAPI::NSOrderedSet_setObjectAtIndexedSubscript: in GetNSSetArgumentIndex()
8485 case NSAPI::NSOrderedSet_insertObjectAtIndex: in GetNSSetArgumentIndex()
8487 case NSAPI::NSOrderedSet_replaceObjectAtIndexWithObject: in GetNSSetArgumentIndex()