Searched defs:statements (Results 1 – 2 of 2) sorted by relevance
143 UScriptIfStatement(UScriptExpression *expression, UScriptStatementList *statements) in UScriptIfStatement()148 void AddFalseStatementList(UScriptStatementList *statements) in AddFalseStatementList()167 UScriptStatementList *statements) : UScriptStatement(STATEMENT_TYPE_FOR), before_(before), in UScriptForStatement()182 UScriptWhileStatement(UScriptExpression *condition, UScriptStatementList *statements) in UScriptWhileStatement()
224 …int ExecuteBatch(const std::vector<OperationStatement> &statements, ExecResultSet &result) override in ExecuteBatch()