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

/frameworks/base/tools/aidl/
H A Dgenerate_java_rpc.cpp268 IfStatement* fallthrough = new IfStatement(); local
269 fallthrough->statements = new StatementBlock;
270 fallthrough->statements->Add(new ReturnStatement(
275 this->dispatchIfStatement->elseif = fallthrough;

Completed in 63 milliseconds