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

/frameworks/base/tools/aidl/
H A DAST.h300 struct SwitchStatement : public Statement struct in inherits:Statement
305 SwitchStatement(Expression* expression);
306 virtual ~SwitchStatement();
H A DAST.cpp661 SwitchStatement::SwitchStatement(Expression* e) function in class:SwitchStatement
666 SwitchStatement::~SwitchStatement()
671 SwitchStatement::Write(FILE* to)
H A Dgenerate_java_binder.cpp19 SwitchStatement* transact_switch;
80 this->transact_switch = new SwitchStatement(this->transact_code);
H A Dgenerate_java_rpc.cpp507 SwitchStatement* methodSwitch;
569 this->methodSwitch = new SwitchStatement(this->methodId);

Completed in 142 milliseconds