Searched defs:switchCase (Results 1 – 7 of 7) sorted by relevance
116 protected final Expression getProviderExpression(SwitchCase switchCase) { in getProviderExpression()145 Expression getProviderExpression(SwitchCase switchCase) { in getProviderExpression()155 private CodeBlock createSwitchCaseCodeBlock(SwitchCase switchCase) { in createSwitchCaseCodeBlock()
918 int switchCase = in replaceSimpleEnumSwitchInstruction() local1006 int switchCase = in replaceSimpleEnumSwitchInstruction() local
913 for (const std::unique_ptr<Statement>& switchCase : switchStmt.cases()) { in visitStatement() local
1057 std::optional<DSLCase> DSLParser::switchCase() { in switchCase() function in SkSL::DSLParser
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