Home | History | Annotate | Download | only in objc

Lines Matching refs:mappedName

117                 NSString* mappedName = nil;
128 mappedName = [thisClass webScriptNameForSelector:objcMethodSelector];
130 if ((mappedName && [mappedName isEqual:(NSString*)methodName.get()]) || strcmp(objcMethodSelectorName, buffer) == 0) {
179 NSString* mappedName = nil;
181 mappedName = [thisClass webScriptNameForKey:UTF8KeyName];
183 if ((mappedName && [mappedName isEqual:(NSString*)fieldName.get()]) || [keyName isEqual:(NSString*)fieldName.get()]) {
210 NSString* mappedName = 0;
221 mappedName = [thisClass webScriptNameForKey:objcIvarName];
223 if ((mappedName && [mappedName isEqual:(NSString*)fieldName.get()]) || strcmp(objcIvarName, jsName.data()) == 0) {