Searched defs:switchCase (Results 1 – 5 of 5) sorted by relevance
834 for (const std::unique_ptr<Statement>& switchCase : switchStmt.cases()) { in visitStatement() local
1513 bool Parser::switchCase(ExpressionArray* values, StatementArray* caseBlocks) { in switchCase() function in SkSL::Parser
275 def switchCase(self, switchval, blocked = False): member in CodeGen
1193 public void switchCase() throws Exception { in switchCase() method in PartialFormattingTest
1565 const internal::VariadicDynCastAllOfMatcher<Stmt, SwitchCase> switchCase; variable