Lines Matching refs:selector
447 return [o respondsToSelector:@selector(intValue)] ? [o intValue] : 0;
464 return [o respondsToSelector:@selector(floatValue)] ? [o floatValue] : 0.0f;
497 return [o respondsToSelector:@selector(longLongValue)] ? [o longLongValue] : 0;
514 return [o respondsToSelector:@selector(unsignedLongLongValue)] ? [o unsignedLongLongValue] : 0;
1175 [self performSelector:@selector(_checkLastReferenceForIdentifier:) withObject:[self _concatenateKeyWithIBCreatorID:ident] afterDelay:0.1];