Home
last modified time | relevance | path

Searched refs:StatementResultType (Results 1 – 1 of 1) sorted by relevance

/base/update/updater/services/script/script_interpreter/
Dscript_statement.h28 enum StatementResultType { enum
40 …UScriptStatementResult(StatementResultType type, UScriptValuePtr value) : type_(type), value_(valu… in UScriptStatementResult()
42 StatementResultType GetResultType() const in GetResultType()
47 void SetResultType(const StatementResultType type) in SetResultType()
76 StatementResultType type_ = STATEMENT_RESULT_TYPE_NORMAL;