Lines Matching refs:NSAPI

999       Message->getReceiverInterface(), NSAPI::ClassId_NSMutableArray);  in GetNSMutableArrayArgumentIndex()
1006 std::optional<NSAPI::NSArrayMethodKind> MKOpt = in GetNSMutableArrayArgumentIndex()
1012 NSAPI::NSArrayMethodKind MK = *MKOpt; in GetNSMutableArrayArgumentIndex()
1015 case NSAPI::NSMutableArr_addObject: in GetNSMutableArrayArgumentIndex()
1016 case NSAPI::NSMutableArr_insertObjectAtIndex: in GetNSMutableArrayArgumentIndex()
1017 case NSAPI::NSMutableArr_setObjectAtIndexedSubscript: in GetNSMutableArrayArgumentIndex()
1019 case NSAPI::NSMutableArr_replaceObjectAtIndex: in GetNSMutableArrayArgumentIndex()
1032 Message->getReceiverInterface(), NSAPI::ClassId_NSMutableDictionary); in GetNSMutableDictionaryArgumentIndex()
1039 std::optional<NSAPI::NSDictionaryMethodKind> MKOpt = in GetNSMutableDictionaryArgumentIndex()
1045 NSAPI::NSDictionaryMethodKind MK = *MKOpt; in GetNSMutableDictionaryArgumentIndex()
1048 case NSAPI::NSMutableDict_setObjectForKey: in GetNSMutableDictionaryArgumentIndex()
1049 case NSAPI::NSMutableDict_setValueForKey: in GetNSMutableDictionaryArgumentIndex()
1050 case NSAPI::NSMutableDict_setObjectForKeyedSubscript: in GetNSMutableDictionaryArgumentIndex()
1063 Message->getReceiverInterface(), NSAPI::ClassId_NSMutableSet); in GetNSSetArgumentIndex()
1066 Message->getReceiverInterface(), NSAPI::ClassId_NSMutableOrderedSet); in GetNSSetArgumentIndex()
1073 std::optional<NSAPI::NSSetMethodKind> MKOpt = in GetNSSetArgumentIndex()
1079 NSAPI::NSSetMethodKind MK = *MKOpt; in GetNSSetArgumentIndex()
1082 case NSAPI::NSMutableSet_addObject: in GetNSSetArgumentIndex()
1083 case NSAPI::NSOrderedSet_setObjectAtIndex: in GetNSSetArgumentIndex()
1084 case NSAPI::NSOrderedSet_setObjectAtIndexedSubscript: in GetNSSetArgumentIndex()
1085 case NSAPI::NSOrderedSet_insertObjectAtIndex: in GetNSSetArgumentIndex()
1087 case NSAPI::NSOrderedSet_replaceObjectAtIndexWithObject: in GetNSSetArgumentIndex()