HomeSort by relevance Sort by last modified time
    Searched full:getstatementblock (Results 1 - 4 of 4) sorted by null

  /system/tools/aidl/
generate_cpp.cpp 262 StatementBlock* b = ret->GetStatementBlock();
564 on_transact->GetStatementBlock()->AddLiteral(
570 on_transact->GetStatementBlock()->AddStatement(s);
592 on_transact->GetStatementBlock()->AddStatement(null_check);
601 on_transact->GetStatementBlock()->AddLiteral(
635 getter->GetStatementBlock()->AddLiteral(
638 getter->GetStatementBlock()->AddLiteral("return value");
ast_cpp_unittest.cpp 238 auto b = m.GetStatementBlock();
ast_cpp.h 240 StatementBlock* GetStatementBlock();
ast_cpp.cpp 276 StatementBlock* MethodImpl::GetStatementBlock() {

Completed in 81 milliseconds