Lines Matching refs:NSAPI
16684 NSAPI::ClassId_NSMutableArray); in GetNSMutableArrayArgumentIndex()
16691 std::optional<NSAPI::NSArrayMethodKind> MKOpt = in GetNSMutableArrayArgumentIndex()
16697 NSAPI::NSArrayMethodKind MK = *MKOpt; in GetNSMutableArrayArgumentIndex()
16700 case NSAPI::NSMutableArr_addObject: in GetNSMutableArrayArgumentIndex()
16701 case NSAPI::NSMutableArr_insertObjectAtIndex: in GetNSMutableArrayArgumentIndex()
16702 case NSAPI::NSMutableArr_setObjectAtIndexedSubscript: in GetNSMutableArrayArgumentIndex()
16704 case NSAPI::NSMutableArr_replaceObjectAtIndex: in GetNSMutableArrayArgumentIndex()
16718 NSAPI::ClassId_NSMutableDictionary); in GetNSMutableDictionaryArgumentIndex()
16725 std::optional<NSAPI::NSDictionaryMethodKind> MKOpt = in GetNSMutableDictionaryArgumentIndex()
16731 NSAPI::NSDictionaryMethodKind MK = *MKOpt; in GetNSMutableDictionaryArgumentIndex()
16734 case NSAPI::NSMutableDict_setObjectForKey: in GetNSMutableDictionaryArgumentIndex()
16735 case NSAPI::NSMutableDict_setValueForKey: in GetNSMutableDictionaryArgumentIndex()
16736 case NSAPI::NSMutableDict_setObjectForKeyedSubscript: in GetNSMutableDictionaryArgumentIndex()
16750 NSAPI::ClassId_NSMutableSet); in GetNSSetArgumentIndex()
16754 NSAPI::ClassId_NSMutableOrderedSet); in GetNSSetArgumentIndex()
16761 std::optional<NSAPI::NSSetMethodKind> MKOpt = in GetNSSetArgumentIndex()
16767 NSAPI::NSSetMethodKind MK = *MKOpt; in GetNSSetArgumentIndex()
16770 case NSAPI::NSMutableSet_addObject: in GetNSSetArgumentIndex()
16771 case NSAPI::NSOrderedSet_setObjectAtIndex: in GetNSSetArgumentIndex()
16772 case NSAPI::NSOrderedSet_setObjectAtIndexedSubscript: in GetNSSetArgumentIndex()
16773 case NSAPI::NSOrderedSet_insertObjectAtIndex: in GetNSSetArgumentIndex()
16775 case NSAPI::NSOrderedSet_replaceObjectAtIndexWithObject: in GetNSSetArgumentIndex()