Searched refs:AddInt (Results 1 – 2 of 2) sorted by relevance
| /foundation/window/window_manager/window_scene/intention_event/utils/include/ |
| D | util.h | 29 bool AddInt(T op1, T op2, T minVal, T maxVal, T &res) in AddInt() function 46 return AddInt(op1, op2, INT32_MIN, INT32_MAX, res); in AddInt32() 51 return AddInt(op1, op2, INT64_MIN, INT64_MAX, res); in AddInt64()
|
| /foundation/multimodalinput/input/util/common/include/ |
| D | util.h | 80 bool AddInt(T op1, T op2, T minVal, T maxVal, T &res) in AddInt() function 97 return AddInt(op1, op2, INT32_MIN, INT32_MAX, res); in AddInt32() 102 return AddInt(op1, op2, INT64_MIN, INT64_MAX, res); in AddInt64()
|