Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/intention_event/utils/include/
H A Dutil.h29 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()
/ohos5.0/base/msdp/device_status/utils/common/include/
H A Dutil.h87 bool AddInt(T op1, T op2, T minValue, T maxValue, T &res) in AddInt() function
104 …return AddInt(op1, op2, std::numeric_limits<int32_t>::min(), std::numeric_limits<int32_t>::max(), … in AddInt32()
109 …return AddInt(op1, op2, std::numeric_limits<int64_t>::min(), std::numeric_limits<int64_t>::max(), … in AddInt64()
/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Dutil.h82 bool AddInt(T op1, T op2, T minVal, T maxVal, T &res) in AddInt() function
99 return AddInt(op1, op2, INT32_MIN, INT32_MAX, res); in AddInt32()
104 return AddInt(op1, op2, INT64_MIN, INT64_MAX, res); in AddInt64()