Home
last modified time | relevance | path

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

/base/update/updater/services/script/script_interpreter/
Dscript_context.cpp205 #define INTEGER_LOGIC_COMPUTER(op, rightValue) do { \ macro
261 INTEGER_LOGIC_COMPUTER(>, rightValue); in Computer()
264 INTEGER_LOGIC_COMPUTER(>=, rightValue); in Computer()
267 INTEGER_LOGIC_COMPUTER(<, rightValue); in Computer()
270 INTEGER_LOGIC_COMPUTER(<=, rightValue); in Computer()
273 INTEGER_LOGIC_COMPUTER(==, rightValue); in Computer()
276 INTEGER_LOGIC_COMPUTER(!=, rightValue); in Computer()
279 INTEGER_LOGIC_COMPUTER(&&, rightValue); in Computer()
282 INTEGER_LOGIC_COMPUTER(||, rightValue); in Computer()