Searched refs:stringize (Results 1 – 6 of 6) sorted by relevance
114 static SkSL::String stringize(DSLStatement& stmt) { return stmt.release()->description(); } in stringize() function115 static SkSL::String stringize(DSLPossibleStatement& stmt) { return stmt.release()->description(); } in stringize() function116 static SkSL::String stringize(DSLExpression& expr) { return expr.release()->description(); } in stringize() function117 static SkSL::String stringize(DSLPossibleExpression& expr) { return expr.release()->description(); } in stringize() function118 static SkSL::String stringize(DSLBlock& blck) { return blck.release()->description(); } in stringize() function119 static SkSL::String stringize(SkSL::IRNode& node) { return node.description(); } in stringize() function123 SkSL::String actual = stringize(input); in expect_equal()
108 …17 (VC 15), that causes compilation error when preprocessor attempts to stringize a raw string lit…
376 16.3.2 [cpp.stringize]
612 "stringize" operator) the spelling indicates the original form.
637 "stringize" operator) the spelling indicates the original form.