Searched refs:SwitchStatement (Results 1 - 7 of 7) sorted by relevance

/system/tools/aidl/
H A Dast_cpp.h238 class SwitchStatement : public AstNode { class in namespace:android::aidl::cpp
240 explicit SwitchStatement(const std::string& expression);
241 virtual ~SwitchStatement() = default;
256 DISALLOW_COPY_AND_ASSIGN(SwitchStatement);
257 }; // class SwitchStatement
H A Dast_java.h298 struct SwitchStatement : public Statement { struct in namespace:android::aidl::java
302 SwitchStatement(Expression* expression);
303 virtual ~SwitchStatement() = default;
H A Dast_cpp.cpp273 SwitchStatement::SwitchStatement(const std::string& expression) function in class:android::aidl::cpp::SwitchStatement
276 StatementBlock* SwitchStatement::AddCase(const string& value_expression) {
288 void SwitchStatement::Write(CodeWriter* to) const {
H A Dast_cpp_unittest.cpp222 SwitchStatement s("var");
H A Dast_java.cpp357 SwitchStatement::SwitchStatement(Expression* e) : expression(e) {} function in class:android::aidl::java::SwitchStatement
359 void SwitchStatement::Write(CodeWriter* to) const {
H A Dgenerate_java_binder.cpp45 SwitchStatement* transact_switch;
113 this->transact_switch = new SwitchStatement(this->transact_code);
H A Dgenerate_cpp.cpp523 SwitchStatement* s = new SwitchStatement{kCodeVarName};

Completed in 108 milliseconds