Searched defs:switchCase (Results 1 – 8 of 8) 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
896 for (const std::unique_ptr<Statement>& switchCase : switchStmt.cases()) { in visitStatement() local
1276 ASTNode::ID Parser::switchCase() { in switchCase() function in SkSL::Parser
1243 std::unique_ptr<ASTSwitchCase> Parser::switchCase() { in switchCase() function in SkSL::Parser
1193 public void switchCase() throws Exception { in switchCase() method in PartialFormattingTest
881 const internal::VariadicDynCastAllOfMatcher<Stmt, SwitchCase> switchCase; variable
1565 const internal::VariadicDynCastAllOfMatcher<Stmt, SwitchCase> switchCase; variable