Lines Matching refs:NSAPI
18480 NSAPI::ClassId_NSMutableArray); in GetNSMutableArrayArgumentIndex()
18487 std::optional<NSAPI::NSArrayMethodKind> MKOpt = in GetNSMutableArrayArgumentIndex()
18493 NSAPI::NSArrayMethodKind MK = *MKOpt; in GetNSMutableArrayArgumentIndex()
18496 case NSAPI::NSMutableArr_addObject: in GetNSMutableArrayArgumentIndex()
18497 case NSAPI::NSMutableArr_insertObjectAtIndex: in GetNSMutableArrayArgumentIndex()
18498 case NSAPI::NSMutableArr_setObjectAtIndexedSubscript: in GetNSMutableArrayArgumentIndex()
18500 case NSAPI::NSMutableArr_replaceObjectAtIndex: in GetNSMutableArrayArgumentIndex()
18514 NSAPI::ClassId_NSMutableDictionary); in GetNSMutableDictionaryArgumentIndex()
18521 std::optional<NSAPI::NSDictionaryMethodKind> MKOpt = in GetNSMutableDictionaryArgumentIndex()
18527 NSAPI::NSDictionaryMethodKind MK = *MKOpt; in GetNSMutableDictionaryArgumentIndex()
18530 case NSAPI::NSMutableDict_setObjectForKey: in GetNSMutableDictionaryArgumentIndex()
18531 case NSAPI::NSMutableDict_setValueForKey: in GetNSMutableDictionaryArgumentIndex()
18532 case NSAPI::NSMutableDict_setObjectForKeyedSubscript: in GetNSMutableDictionaryArgumentIndex()
18546 NSAPI::ClassId_NSMutableSet); in GetNSSetArgumentIndex()
18550 NSAPI::ClassId_NSMutableOrderedSet); in GetNSSetArgumentIndex()
18557 std::optional<NSAPI::NSSetMethodKind> MKOpt = in GetNSSetArgumentIndex()
18563 NSAPI::NSSetMethodKind MK = *MKOpt; in GetNSSetArgumentIndex()
18566 case NSAPI::NSMutableSet_addObject: in GetNSSetArgumentIndex()
18567 case NSAPI::NSOrderedSet_setObjectAtIndex: in GetNSSetArgumentIndex()
18568 case NSAPI::NSOrderedSet_setObjectAtIndexedSubscript: in GetNSSetArgumentIndex()
18569 case NSAPI::NSOrderedSet_insertObjectAtIndex: in GetNSSetArgumentIndex()
18571 case NSAPI::NSOrderedSet_replaceObjectAtIndexWithObject: in GetNSSetArgumentIndex()