Searched defs:CatchStatement (Results 1 - 2 of 2) sorted by path

/frameworks/base/tools/aidl/
H A DAST.cpp589 CatchStatement::CatchStatement(Variable* e) function in class:CatchStatement
595 CatchStatement::~CatchStatement()
600 CatchStatement::Write(FILE* to)
H A DAST.h270 struct CatchStatement : public Statement struct in inherits:Statement
275 CatchStatement(Variable* exception);
276 virtual ~CatchStatement();

Completed in 108 milliseconds