Searched defs:op2 (Results 1 - 2 of 2) sorted by relevance
/foundation/window/window_manager/window_scene/intention_event/utils/include/ |
H A D | util.h | 29 bool AddInt(T op1, T op2, T minVal, T maxVal, T& res) in AddInt() argument 44 inline bool AddInt32(int32_t op1, int32_t op2, int32_t& res) in AddInt32() argument 49 inline bool AddInt64(int64_t op1, int64_t op2, int64_t& res) in AddInt64() argument
|
/foundation/multimodalinput/input/util/common/include/ |
H A D | util.h | 84 bool AddInt(T op1, T op2, T minVal, T maxVal, T &res) in AddInt() argument 99 inline bool AddInt32(int32_t op1, int32_t op2, int32_t &res) in AddInt32() argument 104 inline bool AddInt64(int64_t op1, int64_t op2, int64_t &res) in AddInt64() argument
|
Completed in 2 milliseconds