Searched defs:SwitchStatement (Results 1 – 3 of 3) sorted by relevance
/system/tools/aidl/ | ||
D | ast_java.h | 287 struct SwitchStatement : public Statement { struct |
D | ast_cpp.cpp | 307 SwitchStatement::SwitchStatement(const std::string& expression) in SwitchStatement() function in android::aidl::cpp::SwitchStatement |
D | ast_java.cpp | 339 SwitchStatement::SwitchStatement(Expression* e) : expression(e) {} in SwitchStatement() function in android::aidl::java::SwitchStatement |