Searched defs:switchCase (Results 1 – 5 of 5) sorted by relevance
139 for (const switchCase of node.cases) { constant
658 for (const switchCase of node.cases) { constant
910 for (const std::unique_ptr<Statement>& switchCase : switchStmt.cases()) { in visitStatement() local
997 skstd::optional<DSLCase> DSLParser::switchCase() { in switchCase() function in SkSL::DSLParser
1235 ASTNode::ID Parser::switchCase() { in switchCase() function in SkSL::Parser