Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/script/script_interpreter/
H A Dscript_expression.h130 class IdentifierExpression : public UScriptExpression {
132 explicit IdentifierExpression(const std::string str) in IdentifierExpression() function
135 ~IdentifierExpression() override {} in ~IdentifierExpression()
141 return new IdentifierExpression(value); in CreateExpression()
H A Dscript_expression.cpp71 UScriptValuePtr IdentifierExpression::Execute(ScriptInterpreter &inter, UScriptContextPtr local) in Execute()
83 int32_t IdentifierExpression::GetIdentifierName(UScriptExpression *expression, std::string &name) in GetIdentifierName()
91 auto identifier = reinterpret_cast<IdentifierExpression*>(expression); in GetIdentifierName()
H A Dscript_function.cpp85 ret = IdentifierExpression::GetIdentifierName(expression, varName); in GetParamNames()
H A Dscript_yacc.y278 $$ = IdentifierExpression::CreateExpression($1);
/ohos5.0/base/update/updater/test/unittest/test_data/diffpatch/
H A DPatchGztest_new.gz1[==========] Running 25 tests from 7 test ...
H A DPatchGztest_old.gz1[==========] Running 25 tests from 7 test ...