Home
last modified time | relevance | path

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

/base/update/updater/services/script/script_interpreter/
Dscript_context.cpp411 return make_shared<IntegerValue>(ComputerLogic(rightValue) > 0); in ComputerReturn()
414 return make_shared<IntegerValue>(ComputerLogic(rightValue) >= 0); in ComputerReturn()
417 return make_shared<IntegerValue>(ComputerLogic(rightValue) < 0); in ComputerReturn()
420 return make_shared<IntegerValue>(ComputerLogic(rightValue) <= 0); in ComputerReturn()
423 return make_shared<IntegerValue>(ComputerLogic(rightValue) == 0); in ComputerReturn()
426 return make_shared<IntegerValue>(ComputerLogic(rightValue) != 0); in ComputerReturn()
470 int32_t StringValue::ComputerLogic(UScriptValuePtr rightValue) const in ComputerLogic() function in Uscript::StringValue
Dscript_context.h137 int32_t ComputerLogic(UScriptValuePtr rightValue) const;