Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dbytecode_gen.h20 OpCode(uint8_t code, uint32_t s, const std::string &str) : opCode(code), size(s), opStr(str) {} in OpCode()
26 const std::string opStr; member
/ohos5.0/base/update/updater/services/script/script_interpreter/
H A Dscript_expression.cpp123 static std::vector<std::string> opStr = { in Execute() local
136 UScriptValue::ScriptToString(left).c_str(), opStr[action_].c_str()); in Execute()
145 UScriptValue::ScriptToString(left).c_str(), opStr[action_].c_str(), in Execute()