Home
last modified time | relevance | path

Searched defs:rightValue (Results 1 – 3 of 3) sorted by relevance

/base/update/updater/services/script/script_interpreter/
Dscript_context.cpp170 #define INTEGER_INTEGER_COMPUTER(op, rightValue) do { \ argument
179 #define INTEGER_FLOAT_MATH_COMPUTER(op, rightValue) do { \ argument
188 #define INTEGER_MATH_COMPUTER(op, rightValue) do { \ argument
196 #define INTEGER_FLOAT_LOGIC_COMPUTER(op, rightValue) do { \ argument
205 #define INTEGER_LOGIC_COMPUTER(op, rightValue) do { \ argument
213 #define INTEGER_INTEGER_MATH_COMPUTER_DIV(rightValue) do { \ argument
222 #define INTEGER_FLOAT_MATH_COMPUTER_DIV(rightValue) do { \ argument
231 #define INTEGER_MATH_COMPUTER_DIV(rightValue) do { \ argument
241 UScriptValuePtr rightValue = UScriptValue::GetRightCompluteValue(value); in Computer() local
290 #define FLOAT_INTEGER_COMPUTER(op, rightValue) do { \ argument
[all …]
/base/update/updater/test/unittest/script/
Dscript_interpreter_unittest.cpp45 … UScriptValuePtr rightValue = std::make_shared<UScriptValue>(UScriptValue::VALUE_TYPE_RETURN); in TestScriptInterpreterScriptValue() local
120 UScriptValuePtr rightValue = std::make_shared<IntegerValue>(0); in TestIntegerValueComputer() local
143 UScriptValuePtr rightValue = std::make_shared<IntegerValue>(0); in TestFloatValueComputer() local
163 UScriptValuePtr rightValue = std::make_shared<IntegerValue>(0); in TestStringValueComputer() local
/base/security/security_component_manager/frameworks/security_component/src/
Dsec_comp_base.cpp330 …auto rightValue = std::tie(other->type_, other->fontSize_, other->iconSize_, other->textIconSpace_, in CompareComponentBasicInfo() local