Searched defs:StatementBlock (Results 1 - 2 of 2) sorted by relevance

/system/tools/aidl/
H A Dast_cpp.h192 class StatementBlock : public Declaration { class in namespace:android::aidl::cpp
194 StatementBlock() = default;
195 virtual ~StatementBlock() = default;
207 DISALLOW_COPY_AND_ASSIGN(StatementBlock);
208 }; // class StatementBlock
223 StatementBlock body_;
240 StatementBlock* GetStatementBlock();
248 StatementBlock statements_;
264 StatementBlock* AddCase(const std::string& value_expression);
270 std::vector<std::unique_ptr<StatementBlock>> case_logic
[all...]
H A Dast_java.h130 struct StatementBlock : public Statement { struct in namespace:android::aidl::java
133 StatementBlock() = default;
134 virtual ~StatementBlock() = default;
247 StatementBlock* statements = new StatementBlock;
264 StatementBlock* statements = new StatementBlock;
272 StatementBlock* statements;
281 StatementBlock* statements = new StatementBlock;
[all...]

Completed in 32 milliseconds