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