Searched defs:switchCase (Results 1 – 6 of 6) sorted by relevance
918 int switchCase = in replaceSimpleEnumSwitchInstruction() local1006 int switchCase = in replaceSimpleEnumSwitchInstruction() local
758 for (const std::unique_ptr<Statement>& switchCase : switchStmt.cases()) { in visitStatement() local
1262 std::optional<DSLCase> Parser::switchCase() { in switchCase() function in SkSL::Parser
275 def switchCase(self, switchval, blocked = False): member in CodeGen
1192 public void switchCase() throws Exception { in switchCase() method in PartialFormattingTest
1565 const internal::VariadicDynCastAllOfMatcher<Stmt, SwitchCase> switchCase; variable