Lines Matching refs:SK_CONCAT_I
11 #define SK_CONCAT(a, b) SK_CONCAT_I(a, b) // allow for macro expansion12 #define SK_CONCAT_I(a, b) a ## b