Home
last modified time | relevance | path

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

/base/update/updater/services/script/script_interpreter/
H A Dscript_statement.h83 enum StatementType { enum in Uscript::UScriptStatement
93 explicit UScriptStatement(UScriptStatement::StatementType type) : type_(type) {} in UScriptStatement()
97 static UScriptStatement* CreateStatement(UScriptStatement::StatementType type);
115 StatementType GetType() const in GetType()
121 enum StatementType type_;
126 explicit UScriptStatementCtrl(UScriptStatement::StatementType type) : UScriptStatement(type) {} in UScriptStatementCtrl()
H A Dscript_statement.cpp81 UScriptStatement* UScriptStatement::CreateStatement(UScriptStatement::StatementType type) in CreateStatement()

Completed in 2 milliseconds