Searched defs:stringize (Results 1 – 2 of 2) sorted by relevance
71 static std::string_view stringize(const SkSL::Token& token, std::string_view text) { in stringize() function
143 static std::string stringize(DSLStatement& stmt) { return stmt.release()->description(); } in stringize() function144 static std::string stringize(DSLExpression& expr) { return expr.release()->description(); } in stringize() function145 static std::string stringize(DSLBlock& blck) { return blck.release()->description(); } in stringize() function146 static std::string stringize(SkSL::IRNode& node) { return node.description(); } in stringize() function147 static std::string stringize(SkSL::Program& program) { return program.description(); } in stringize() function