Home
last modified time | relevance | path

Searched defs:statements (Results 1 – 3 of 3) sorted by relevance

/system/tools/aidl/
Dast_java.h141 std::vector<std::shared_ptr<Statement>> statements; member
241 std::shared_ptr<StatementBlock> statements = std::make_shared<StatementBlock>(); member
258 std::shared_ptr<StatementBlock> statements = std::make_shared<StatementBlock>(); member
266 std::shared_ptr<StatementBlock> statements = std::make_shared<StatementBlock>(); member
275 std::shared_ptr<StatementBlock> statements = std::make_shared<StatementBlock>(); member
300 std::shared_ptr<StatementBlock> statements = nullptr; member
Dast_cpp.cpp332 const unique_ptr<StatementBlock>& statements = case_logic_[i]; in Write() local
Dgenerate_java_binder.cpp436 std::shared_ptr<StatementBlock> statements, in generate_stub_code()