Searched defs:ImSwap (Results 1 – 3 of 3) sorted by relevance
224 template<typename T> static inline void ImSwap(T& a, T& b) { T tmp = a; a = b;… in ImSwap() function
231 template<typename T> static inline void ImSwap(T& a, T& b) { T tmp = a; a = b;… in ImSwap() function
419 template<typename T> static inline void ImSwap(T& a, T& b) { T tmp = a; a = b;… in ImSwap() function