Home
last modified time | relevance | path

Searched defs:switchCase (Results 1 – 7 of 7) sorted by relevance

/external/dagger2/java/dagger/internal/codegen/writing/
DSwitchingProviders.java116 protected final Expression getProviderExpression(SwitchCase switchCase) { in getProviderExpression()
145 Expression getProviderExpression(SwitchCase switchCase) { in getProviderExpression()
155 private CodeBlock createSwitchCaseCodeBlock(SwitchCase switchCase) { in createSwitchCaseCodeBlock()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java918 int switchCase = in replaceSimpleEnumSwitchInstruction() local
1006 int switchCase = in replaceSimpleEnumSwitchInstruction() local
/external/skia/src/sksl/
DSkSLInliner.cpp913 for (const std::unique_ptr<Statement>& switchCase : switchStmt.cases()) { in visitStatement() local
DSkSLDSLParser.cpp1057 std::optional<DSLCase> DSLParser::switchCase() { in switchCase() function in SkSL::DSLParser
/external/gfxstream-protocols/registry/vulkan/scripts/cereal/common/
Dcodegen.py275 def switchCase(self, switchval, blocked = False): member in CodeGen
/external/google-java-format/core/src/test/java/com/google/googlejavaformat/java/
DPartialFormattingTest.java1192 public void switchCase() throws Exception { in switchCase() method in PartialFormattingTest
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h1565 const internal::VariadicDynCastAllOfMatcher<Stmt, SwitchCase> switchCase; variable