Lines Matching refs:NSAPI
1000 Message->getReceiverInterface(), NSAPI::ClassId_NSMutableArray);
1007 std::optional<NSAPI::NSArrayMethodKind> MKOpt =
1013 NSAPI::NSArrayMethodKind MK = *MKOpt;
1016 case NSAPI::NSMutableArr_addObject:
1017 case NSAPI::NSMutableArr_insertObjectAtIndex:
1018 case NSAPI::NSMutableArr_setObjectAtIndexedSubscript:
1020 case NSAPI::NSMutableArr_replaceObjectAtIndex:
1033 Message->getReceiverInterface(), NSAPI::ClassId_NSMutableDictionary);
1040 std::optional<NSAPI::NSDictionaryMethodKind> MKOpt =
1046 NSAPI::NSDictionaryMethodKind MK = *MKOpt;
1049 case NSAPI::NSMutableDict_setObjectForKey:
1050 case NSAPI::NSMutableDict_setValueForKey:
1051 case NSAPI::NSMutableDict_setObjectForKeyedSubscript:
1064 Message->getReceiverInterface(), NSAPI::ClassId_NSMutableSet);
1067 Message->getReceiverInterface(), NSAPI::ClassId_NSMutableOrderedSet);
1074 std::optional<NSAPI::NSSetMethodKind> MKOpt =
1080 NSAPI::NSSetMethodKind MK = *MKOpt;
1083 case NSAPI::NSMutableSet_addObject:
1084 case NSAPI::NSOrderedSet_setObjectAtIndex:
1085 case NSAPI::NSOrderedSet_setObjectAtIndexedSubscript:
1086 case NSAPI::NSOrderedSet_insertObjectAtIndex:
1088 case NSAPI::NSOrderedSet_replaceObjectAtIndexWithObject: